Skip to content

Commit

Permalink
Auto merge of #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 1144096 + 113503e commit 1ef74d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 1ef74d9

Please sign in to comment.