We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fd4bb2 + 7104324 commit ff94420Copy full SHA for ff94420
1 file changed
.github/workflows/publish.yml
@@ -9,6 +9,10 @@ concurrency:
9
group: "publish-${{ github.ref }}"
10
cancel-in-progress: true
11
12
+permissions:
13
+ contents: read
14
+ packages: write
15
+
16
jobs:
17
build-and-publish:
18
runs-on: ubuntu-latest
0 commit comments