diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e5912537..f79f8af2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -84,7 +84,7 @@ jobs: uses: mshick/add-pr-comment@v2 if: always() env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} with: message-success: "@${{ github.actor }} Image is available for testing. `docker pull ${{ env.IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.GIT_TAG}}`" message-failure: '@${{ github.actor }} Yikes! You better fix it before anyone else finds out! [Build](https://github.com/${{ github.repository }}/commit/${{ github.event.pull_request.head.sha }}/checks) has Failed!' diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 07e44c78..fa6dfd03 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -28,7 +28,7 @@ jobs: id: generate_tag uses: anothrNick/github-tag-action@1.61.0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} WITH_V: false DEFAULT_BUMP: patch RELEASE_BRANCHES: main