Skip to content

Commit

Permalink
ci: fix permissions for cron-nightly-rust (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored Jan 20, 2025
1 parent 26910ae commit 39b843c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cron-nightly-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
format:
name: Update nightly Rustc
runs-on: ubuntu-latest
permissions:
contents: write # Needed to create commits
pull-requests: write # Needed to create a PR
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 39b843c

Please sign in to comment.