We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c99095 commit 978f1f8Copy full SHA for 978f1f8
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: Build and test
2
on: [push]
3
+
4
+permissions:
5
+ contents: read
6
7
jobs:
8
build:
9
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -12,6 +12,9 @@ on:
12
- minor
13
- patch
14
15
16
+ contents: write
17
18
19
release:
20
0 commit comments