Skip to content

Commit 27a09e0

Browse files
committed
ci: add workflow permissions
1 parent da89008 commit 27a09e0

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
@@ -10,6 +10,11 @@ on:
1010
paths-ignore:
1111
- 'README.md'
1212
- 'docs/**'
13+
14+
permissions:
15+
pull-requests: write
16+
contents: write
17+
1318
jobs:
1419
build:
1520
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)