From 12cb545ad3856ace93517f97a5b0afad7af57309 Mon Sep 17 00:00:00 2001 From: Ryan Emerson Date: Thu, 2 Jan 2025 10:47:39 +0000 Subject: [PATCH] Utilise API_TOKEN_GITHUB to allow image releases initiated from Infinispan repository to succeed --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f2184c..3fcc4c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -173,7 +173,7 @@ jobs: uses: ad-m/github-push-action@master if: inputs.push with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.API_TOKEN_GITHUB }} branch: ${{ inputs.branch }} repository: ${{ inputs.repository }} tags: true