Skip to content

Commit

Permalink
feat: add permissions to allow publishing tests results for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Nov 1, 2023
1 parent 6a531d5 commit 2c31c4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2c31c4d

Please sign in to comment.