We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef590 commit 8daa152Copy full SHA for 8daa152
2 files changed
.github/workflows/build-publish.yml
@@ -223,6 +223,7 @@ jobs:
223
env:
224
DOCKER_MANIFEST_TAG: ${{ needs.docker-core.outputs.docker-manifest-tag }}
225
GITHUB_REF_NAME: ${{ github.ref_name }}
226
+ GH_TOKEN: ${{ github.token }}
227
run: |
228
gh api \
229
--method POST \
0 commit comments