From 542fcb32f0bc8ea3352f1185ea4a6a385847acb3 Mon Sep 17 00:00:00 2001 From: sid palas Date: Tue, 11 Jun 2024 21:08:09 -0400 Subject: [PATCH] use PAT for pull request action --- .github/workflows/image-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/image-ci.yml b/.github/workflows/image-ci.yml index d009663..01136de 100644 --- a/.github/workflows/image-ci.yml +++ b/.github/workflows/image-ci.yml @@ -70,9 +70,6 @@ jobs: update-tags: runs-on: ubuntu-latest # needs: build-tag-push - permissions: - pull-requests: write - contents: write steps: - name: Checkout @@ -111,4 +108,4 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.DEVOPS_DIRECTIVE_KUBERNETES_COURSE_GITHUB_ACTION }}