Skip to content

Commit 6001a8e

Browse files
chore(ci): add write permissions to ci token
1 parent 3c98b7b commit 6001a8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ concurrency:
88
group: '${{ github.workflow }} - ${{ github.head_ref || github.ref }}'
99
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1010

11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
1115
jobs:
1216

1317
build:

0 commit comments

Comments
 (0)