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.
2 parents 72aac3c + 546e996 commit cd720f7Copy full SHA for cd720f7
.github/workflows/publish-package.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
tags:
6
- "v*.*.*" # Trigger the workflow only on version tags
7
+permissions:
8
+ contents: read
9
+ packages: write
10
jobs:
11
test:
12
runs-on: ubuntu-latest
0 commit comments