Skip to content

Commit 1a4b36e

Browse files
fix: update CI workflow permissions for enhanced access
1 parent 5493ecc commit 1a4b36e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-push-main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ on:
77
- main
88

99
permissions:
10+
issues: write
11+
repository-projects: read
1012
contents: write
13+
pull-requests: write
14+
pages: write
15+
id-token: write
1116

1217
jobs:
1318
format:

0 commit comments

Comments
 (0)