Skip to content

Commit 45cdb72

Browse files
Add registry permissions
1 parent 46295ff commit 45cdb72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-dev-chart.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Set up chart-testing
3737
uses: helm/[email protected]
3838

39+
- name: Configure registry permissions
40+
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
41+
3942
- name: Helm registry login
4043
run: |
4144
helm registry login ghcr.io/scroll-tech/helm/scroll-sdk --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)