Skip to content

Commit

Permalink
use PAT for pull request action
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpalas committed Jun 12, 2024
1 parent e1f321e commit 542fcb3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ jobs:
update-tags:
runs-on: ubuntu-latest
# needs: build-tag-push
permissions:
pull-requests: write
contents: write

steps:
- name: Checkout
Expand Down Expand Up @@ -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 }}

0 comments on commit 542fcb3

Please sign in to comment.