We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bbd42 commit ed4c5a2Copy full SHA for ed4c5a2
1 file changed
.github/workflows/release.yml
@@ -12,6 +12,9 @@ jobs:
12
release:
13
name: Create Release and Publish
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: write
17
+ discussions: write
18
steps:
19
- uses: actions/checkout@v4
20
with:
0 commit comments