Skip to content

Commit 2b1af9b

Browse files
committed
adjust permissions
1 parent 59ea6b1 commit 2b1af9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
workflow_dispatch:
99

1010
permissions:
11-
contents: read
11+
contents: write
12+
pull-requests: write
13+
id-token: write
1214

1315
jobs:
1416
ci:

0 commit comments

Comments
 (0)