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 b54af8a commit 8d9b810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
sudo wget https://github.com/mikefarah/yq/releases/download/v4.13.4/yq_linux_amd64 -O /usr/bin/yq
sudo chmod +x /usr/bin/yq
- name: Log in to GitHub Container Registry (ghcr.io)
- name: Log in to Container Registry
env:
USERNAME: ${{ secrets.secrets.CONTAINERHUB_USERNAME }}
USERNAME: ${{ secrets.CONTAINERHUB_USERNAME }}
TOKEN: ${{ secrets.CONTAINERHUB_TOKEN }}
run: |
helm registry login containers.renci.org --username $USERNAME --password $TOKEN
Expand Down

0 comments on commit 8d9b810

Please sign in to comment.