We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8753454 + 0d0a0c2 commit 31e2001Copy full SHA for 31e2001
.github/workflows/build.yml
@@ -6,6 +6,10 @@ on:
6
branches:
7
- main
8
9
+permissions:
10
+ contents: read
11
+ packages: read
12
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
.github/workflows/publish.yml
@@ -56,6 +56,7 @@ jobs:
56
57
permissions:
58
contents: write
59
60
61
env:
62
EXT_VERSION: "" # will be set in the workflow
0 commit comments