Skip to content

Commit 21c04df

Browse files
author
Your Name
committed
debug
1 parent 831f4f4 commit 21c04df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-charts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
helm package charts/$chart --destination packages
2626
done
2727
- name: Publish helm charts
28+
env:
29+
GITHUB_TOKEN_REGISTRY: ${{ secrets.GITHUB_TOKEN }}
2830
run: |
31+
echo $GITHUB_TOKEN_REGISTRY | helm registry login ghcr.io/opencrvs --username adskyiproger --password-stdin
2932
for package in $(ls -1 packages)
3033
do
3134
helm push packages/$package oci://ghcr.io/opencrvs

0 commit comments

Comments
 (0)