Skip to content

Commit

Permalink
ci(oci): use standard token for pushing package (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jul 17, 2024
1 parent 6f0b1b9 commit f1e9d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_PKGS_WRITE }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push charts to GHCR
run: |
for pkg in .cr-release-packages/*.tgz; do
Expand Down

0 comments on commit f1e9d73

Please sign in to comment.