Skip to content

Commit

Permalink
[agola-helm] Update github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: babykart <babykart@gmail.com>
  • Loading branch information
babykart committed Aug 11, 2024
1 parent 578b61a commit 510274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
echo "$GITHUB_TOKEN" | helm registry login ghcr.io --username "$GITHUB_REPOSITORY_OWNER" --password-stdin
echo "$GITHUB_TOKEN" | helm registry login ghcr.io --username "$GITHUB_ACTOR" --password-stdin
- name: Push charts to GHCR
run: |
Expand Down

0 comments on commit 510274f

Please sign in to comment.