Skip to content

Commit 570dd7d

Browse files
Beta (#344)
* chore: add github token explicit permission in yaml
1 parent 146c438 commit 570dd7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Create Release
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
issues: write
9+
pull-requests: write
10+
deployments: write
11+
612
concurrency:
713
group: ${{ github.workflow }}-${{ github.ref }}
814
cancel-in-progress: true

0 commit comments

Comments
 (0)