We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b84c8 commit 3d6f525Copy full SHA for 3d6f525
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,11 @@ on:
7
8
jobs:
9
build:
10
+ permissions:
11
+ contents: write
12
+ issues: write
13
+ pull-requests: write
14
+
15
runs-on: ubuntu-latest
16
17
strategy:
0 commit comments