chore: add contents.write permissions to publish workflow
nlf committed
May 10, 2022 at 12:38 UTC
a91bc556f9fc7fb476819f92942fe28b13fdb72e
1 file changed
+3
.github/workflows/publish.yml
+3
@@ -4,6 +4,9 @@ on:
4
push:
5
branches: [ main ]
6
7
+permissions:
8
+ contents: write
9
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest