Skip to content

Commit 453f2b6

Browse files
committed
chore: update CI workflow permissions for better access control
1 parent 0bfc3c9 commit 453f2b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
pull_request:
77
branches: [main, develop]
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
issues: write
13+
914
jobs:
1015
build-and-test:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)