Skip to content

Commit

Permalink
looks like we need more permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 24, 2024
1 parent 09e8122 commit 3a108a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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,9 @@ on:
- cron: '44 4 * * *' # At 4:44 UTC every day.

permissions:
contents: read
# The cronjob needs to be able to push to the repo...
contents: write
# ... and create a PR.
pull-requests: write

defaults:
Expand Down

0 comments on commit 3a108a7

Please sign in to comment.