Skip to content

Commit

Permalink
ci: Fix permissions for coverage in dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav committed Oct 5, 2023
1 parent bb6e22d commit 3675f57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ concurrency:

jobs:
check:
permissions:
issues: write
pull-requests: write
contents: read
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@main
secrets: inherit

0 comments on commit 3675f57

Please sign in to comment.