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 21c04df commit 349f3afCopy full SHA for 349f3af
.github/workflows/publish-charts.yml
@@ -26,7 +26,7 @@ jobs:
26
done
27
- name: Publish helm charts
28
env:
29
- GITHUB_TOKEN_REGISTRY: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN_REGISTRY: ${{ secrets.PACKAGE_GITHUB_TOKEN }}
30
run: |
31
echo $GITHUB_TOKEN_REGISTRY | helm registry login ghcr.io/opencrvs --username adskyiproger --password-stdin
32
for package in $(ls -1 packages)
0 commit comments