Skip to content

Commit e6e9886

Browse files
committed
ci: try to specify workflow permissions
1 parent 2672044 commit e6e9886

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/autofix.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ on:
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
12+
cancel-in-progress : true
13+
14+
# https://autofix.ci/security#permissions
15+
permissions:
16+
actions: write
17+
checks: write
18+
contents: write
19+
pull-requests: write
1320

1421
jobs:
1522
autofix:

0 commit comments

Comments
 (0)