Skip to content

Commit dc511c6

Browse files
committed
Add workflow write permission
Fixes below error in GHA run: ``` GraphQL: refusing to allow a GitHub App to create or update workflow `.github/workflows/update-github-cache.yml` without `workflows` permission (mergePullRequest) Error: Process completed with exit code 1. ```
1 parent 10464ee commit dc511c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dependabot-auto-merge-auto-approve.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: pull_request
44
permissions:
55
contents: write
66
pull-requests: write
7+
workflows: write
78

89
jobs:
910
dependabot:

0 commit comments

Comments
 (0)