Skip to content

Commit

Permalink
Secrets instead of Input
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Feb 6, 2024
1 parent 519613b commit 0964847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_N5_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
IJ_DOWNLOAD_URL: https://downloads.imagej.net/fiji/latest/fiji-linux64.zip
WIKI_USER: ${{ github.event.inputs.username }}
UPDATE_PASS: ${{ github.event.input.password }}
UPDATE_SITE: ${{ github.event.inputs.update_site }}
UPDATE_SITE: ${{ secrets.VCELL_UPLOAD_PASSWORD }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0964847

Please sign in to comment.