Skip to content

Commit 015fdb9

Browse files
committed
chore: correct release permissions
1 parent f2a2fd5 commit 015fdb9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
permissions:
2-
id-token: write
3-
contents: read
41
jobs:
52
test:
3+
permissions:
4+
contents: write
5+
issues: write
6+
pull-requests: write
7+
id-token: write
68
environment: release
79
name: Test
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)