Skip to content

Commit 3aa7b61

Browse files
committed
Fix headers workflow permissions to create PRs.
1 parent 29b7076 commit 3aa7b61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/headers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
- cron: "0 0 * * 0" # Runs every Sunday at midnight UTC
77

88
permissions:
9-
contents: write # Grants write access to push changes and create PRs
9+
contents: write # Grants write access to push changes
10+
pull-requests: write # and create PRs
1011

1112
jobs:
1213
run-bash-and-pr:

0 commit comments

Comments
 (0)