Skip to content

Commit 47ae88f

Browse files
committed
chore(ci): Fix permissions for changing workflows
1 parent 72d6576 commit 47ae88f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
security-events: write # to create PR
2626
pull-requests: write
2727
contents: write # to push the branch
28+
workflows: write # modify workflow files
2829
runs-on: ubuntu-latest
2930
steps:
3031
- name: Checkout repository

0 commit comments

Comments
 (0)