We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d994c commit 48c0f42Copy full SHA for 48c0f42
.github/workflows/release.yml
@@ -5,6 +5,8 @@ on:
5
jobs:
6
release:
7
runs-on: ubuntu-latest
8
+ env:
9
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10
permissions:
11
contents: write
12
issues: write
0 commit comments