Skip to content

Commit 349f3af

Browse files
author
Your Name
committed
debug
1 parent 21c04df commit 349f3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
done
2727
- name: Publish helm charts
2828
env:
29-
GITHUB_TOKEN_REGISTRY: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN_REGISTRY: ${{ secrets.PACKAGE_GITHUB_TOKEN }}
3030
run: |
3131
echo $GITHUB_TOKEN_REGISTRY | helm registry login ghcr.io/opencrvs --username adskyiproger --password-stdin
3232
for package in $(ls -1 packages)

0 commit comments

Comments
 (0)