Skip to content

Commit 24e3064

Browse files
authored
chore(cd): fix GITHUB_TOKEN permissions
1 parent baa9418 commit 24e3064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: workflow_dispatch
55
permissions:
66
id-token: write
77
contents: write
8+
pull-requests: write
9+
issues: write
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)