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.
1 parent 1b4d0cb commit 81cee66Copy full SHA for 81cee66
.github/workflows/helm-oci.yml
@@ -24,7 +24,7 @@ jobs:
24
path: charts/chisel-operator
25
registry: ghcr.io
26
registry_username: ${{ github.actor }}
27
- registry_password: ${{ secrets.GITHUB_TOKEN }}
+ registry_password: ${{ secrets.REGISTRY_PASSWORD }}
28
update_dependencies: 'true' # Defaults to false
29
permissions:
30
contents: read
0 commit comments