We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f2e02 commit a906587Copy full SHA for a906587
1 file changed
.github/workflows/main.yaml
@@ -94,6 +94,8 @@ jobs:
94
runs-on: ubuntu-latest
95
if: startsWith(github.ref, 'refs/tags/v')
96
needs: [publish]
97
+ permissions:
98
+ contents: write
99
100
steps:
101
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments