From a0532e751fee14f127d596f8b564ef20a6e7703a Mon Sep 17 00:00:00 2001 From: bnallapeta Date: Fri, 20 Oct 2023 16:27:55 +0530 Subject: [PATCH] update github token in workflows --- .github/workflows/pull_request.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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