Skip to content

Commit 56ce13b

Browse files
committed
chore: set release permissions
1 parent c7683d2 commit 56ce13b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.pull_request.draft == false
7979
permissions:
8080
id-token: write
81-
contents: read
81+
contents: write
82+
pull-requests: write
8283
environment: release
8384
needs: validate
8485
steps:

0 commit comments

Comments
 (0)