Skip to content

Commit

Permalink
ci: use pat
Browse files Browse the repository at this point in the history
  • Loading branch information
lschloetterer authored Aug 15, 2023
1 parent a28a32f commit e5a7804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
paths:
- Dockerfile

permissions:
contents: read
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
paths:
- Dockerfile

permissions:
contents: write
pull-requests: write

jobs:
merge-dependabot:
runs-on: ubuntu-22.04
Expand All @@ -18,4 +14,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.AUTOMERGE_PAT}}

0 comments on commit e5a7804

Please sign in to comment.