We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9159416 + 58b54da commit 4789592Copy full SHA for 4789592
1 file changed
.github/workflows/helm-images.yaml
@@ -48,7 +48,7 @@ jobs:
48
HELM_EXPERIMENTAL_OCI: 1
49
run: |
50
# Login to GitHub Container Registry for Helm
51
- echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin
+ echo "${{ github.token }}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin
52
53
# Set chart version - use tag name if available, otherwise use semver format
54
if [[ "${{ github.ref_type }}" == "tag" ]]; then
0 commit comments