diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index 8e797c4..f9f6f0b 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -66,6 +66,7 @@ jobs: artifact_tag: ${{ github.ref_name }} type: docker registry: ${{ secrets.ACR_URL }} + github_token: ${{ secrets.GH_PAT }} - name: Update Artifacts File - CLI Docker uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.1 @@ -75,6 +76,7 @@ jobs: artifact_tag: ${{ github.ref_name }} type: docker registry: ${{ secrets.ACR_URL }} + github_token: ${{ secrets.GH_PAT }} - name: Update Artifacts File -Service Helm uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.1 @@ -84,3 +86,4 @@ jobs: artifact_tag: ${{ github.ref_name }} type: helm registry: ${{ secrets.ACR_URL }} + github_token: ${{ secrets.GH_PAT }}