Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
YaphetKG committed Oct 23, 2024
1 parent db17db3 commit b54af8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
USERNAME: ${{ secrets.secrets.CONTAINERHUB_USERNAME }}
TOKEN: ${{ secrets.CONTAINERHUB_TOKEN }}
run: |
echo $TOKEN | helm registry login containers.renci.org --username $USERNAME --password-stdin
helm registry login containers.renci.org --username $USERNAME --password $TOKEN
- name: Package and Push Charts
run: |
Expand Down

0 comments on commit b54af8a

Please sign in to comment.