We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 521b636 + 6cdc8d1 commit b07938cCopy full SHA for b07938c
1 file changed
.github/workflows/package.yml
@@ -21,6 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
23
permissions:
24
+ contents: write
25
id-token: write
26
steps:
27
- name: '⏳ Checkout repository'
0 commit comments