We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b445501 commit ba31e42Copy full SHA for ba31e42
1 file changed
.github/workflows/release.yml
@@ -5,6 +5,10 @@ on:
5
jobs:
6
release:
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ contents: write
10
+ issues: write
11
+ pull-requests: write
12
steps:
13
- uses: actions/checkout@v4
14
with:
0 commit comments