Skip to content

Commit

Permalink
Fix URL Variable to be URL instead of Password
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Feb 6, 2024
1 parent 0964847 commit c600417
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish_N5_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@ jobs:
env:
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: ${{ secrets.VCELL_UPLOAD_PASSWORD }}
UPDATE_PASS: ${{ secrets.VCELL_UPLOAD_PASSWORD }}
UPDATE_SITE: ${{ github.event.input.update_site }}
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Debug
run: echo "::debug::$UPDATE_PASS"

- name: Set up JDK 8
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit c600417

Please sign in to comment.