Skip to content

Commit

Permalink
Fix variable name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 13, 2023
1 parent f12c7a5 commit 3e00e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ jobs:
uses: FNNDSC/upload-chris-plugin@v1
with:
dock_image: ${{ steps.info.outputs.local_tag }}
username: ${{ steps.CHRISPROJECT_USERNAME }}
password: ${{ steps.CHRISPROJECT_PASSWORD }}
username: ${{ secrets.CHRISPROJECT_USERNAME }}
password: ${{ secrets.CHRISPROJECT_PASSWORD }}
chris_url: https://cube.chrisproject.org/api/v1/
compute_names: host,galena

Expand Down

0 comments on commit 3e00e10

Please sign in to comment.