Skip to content

Commit

Permalink
chore: fixed permissions of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianKuesters committed Jul 10, 2024
1 parent f2cfc49 commit d4b5497
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
tests:
name: Tests
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit d4b5497

Please sign in to comment.