Skip to content

Commit e65314c

Browse files
committed
Add permissions to GitHub Actions
1 parent 71545b4 commit e65314c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
tags:
99
- v*
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
test:
1316
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)