Skip to content

Commit 113503e

Browse files
committed
fix workflow permissions
1 parent 1144096 commit 113503e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
- cron: '44 4 * * *' # At 4:44 UTC every day.
1414

1515
permissions:
16-
contents: write
16+
contents: read
17+
pull-requests: write
1718

1819
defaults:
1920
run:

0 commit comments

Comments
 (0)