Skip to content

Commit 1174f6d

Browse files
authored
fix: add GitHub token to artifact update steps in CI workflow (#196)
1 parent c448e23 commit 1174f6d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_and_push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
artifact_tag: ${{ github.ref_name }}
6767
type: docker
6868
registry: ${{ secrets.ACR_URL }}
69+
github_token: ${{ secrets.GH_PAT }}
6970

7071
- name: Update Artifacts File - CLI Docker
7172
uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.1
@@ -75,6 +76,7 @@ jobs:
7576
artifact_tag: ${{ github.ref_name }}
7677
type: docker
7778
registry: ${{ secrets.ACR_URL }}
79+
github_token: ${{ secrets.GH_PAT }}
7880

7981
- name: Update Artifacts File -Service Helm
8082
uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.1
@@ -84,3 +86,4 @@ jobs:
8486
artifact_tag: ${{ github.ref_name }}
8587
type: helm
8688
registry: ${{ secrets.ACR_URL }}
89+
github_token: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)