Skip to content

Commit

Permalink
fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 23, 2024
1 parent c36614b commit 51d90bb
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 51d90bb

Please sign in to comment.