We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b24406 + af2b975 commit 30bd289Copy full SHA for 30bd289
3 files 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