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 8d9b810 commit 28d2bbc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
sudo chmod +x /usr/bin/yq
- name: Log in to Container Registry
env:
USERNAME: ${{ secrets.CONTAINERHUB_USERNAME }}
TOKEN: ${{ secrets.CONTAINERHUB_TOKEN }}
run: |
helm registry login containers.renci.org --username $USERNAME --password $TOKEN
helm registry login containers.renci.org --username ${{ secrets.CONTAINERHUB_USERNAME }} --password ${{ secrets.CONTAINERHUB_TOKEN }}
- name: Package and Push Charts
run: |
Expand Down

0 comments on commit 28d2bbc

Please sign in to comment.