1 parent 53cf44d commit b98da3cCopy full SHA for b98da3c
1 file changed
.github/workflows/release.yml
@@ -11,6 +11,10 @@ jobs:
11
release:
12
name: Release
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
+
18
steps:
19
- name: Checkout Repo
20
uses: actions/checkout@v4
0 commit comments