We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c448e23 commit 1174f6dCopy full SHA for 1174f6d
1 file changed
.github/workflows/build_and_push.yml
@@ -66,6 +66,7 @@ jobs:
66
artifact_tag: ${{ github.ref_name }}
67
type: docker
68
registry: ${{ secrets.ACR_URL }}
69
+ github_token: ${{ secrets.GH_PAT }}
70
71
- name: Update Artifacts File - CLI Docker
72
uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.1
@@ -75,6 +76,7 @@ jobs:
75
76
77
78
79
80
81
- name: Update Artifacts File -Service Helm
82
@@ -84,3 +86,4 @@ jobs:
84
86
85
87
type: helm
88
89
0 commit comments