Skip to content

Commit 1ef74d9

Browse files
committed
Auto merge of #3907 - RalfJung:perm, r=RalfJung
fix workflow permissions Copied from rust-lang/docs.rs#2611
2 parents 1144096 + 113503e commit 1ef74d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
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)