Skip to content

Commit 8854803

Browse files
committed
Added permissions to workflow
1 parent 26f86d1 commit 8854803

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- 'README.md'
1515
- '.vscode/**'
1616

17+
permissions:
18+
contents: read
19+
pull-requests: write
20+
1721
jobs:
1822
build:
1923
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)