Skip to content

Commit 09e8122

Browse files
committed
Auto merge of rust-lang#3907 - RalfJung:perm, r=RalfJung
fix workflow permissions Copied from rust-lang/docs.rs#2611
2 parents c36614b + 51d90bb commit 09e8122

File tree

1 file changed

+2
-1
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+2
-1
lines changed

src/tools/miri/.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)