We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54bc3c commit 629dcc4Copy full SHA for 629dcc4
1 file changed
.github/workflows/release.yml
@@ -94,6 +94,8 @@ jobs:
94
needs: build
95
runs-on: ubuntu-latest
96
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
97
+ permissions:
98
+ contents: write
99
100
steps:
101
- name: Checkout code
0 commit comments