We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5140a1 commit 5984382Copy full SHA for 5984382
.github/workflows/publishing.yml
@@ -41,6 +41,8 @@ jobs:
41
publish:
42
needs: test-local-action
43
runs-on: ubuntu-latest
44
+ permissions:
45
+ contents: write
46
steps:
47
48
- name: Get tag value
0 commit comments