Skip to content

Commit

Permalink
Auto merge of rust-lang#3907 - RalfJung:perm, r=RalfJung
Browse files Browse the repository at this point in the history
fix workflow permissions

Copied from rust-lang/docs.rs#2611
  • Loading branch information
bors committed Sep 23, 2024
2 parents c36614b + 51d90bb commit 09e8122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/miri/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
- cron: '44 4 * * *' # At 4:44 UTC every day.

permissions:
contents: write
contents: read
pull-requests: write

defaults:
run:
Expand Down

0 comments on commit 09e8122

Please sign in to comment.