Skip to content

Commit

Permalink
fix: use the correct token
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiotejon committed Dec 15, 2023
1 parent a2e166d commit 4b558c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
useOCIRegistry: true
registry-url: oci://ghcr.io/${{ github.repository }}
username: freepik-company
access-token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
access-token: ${{ secrets.GITHUB_TOKEN }}
force: true
chart-folder: chart
# helm pull ghcr.io/freepik-company/my-chart:0.1.0

0 comments on commit 4b558c1

Please sign in to comment.