Skip to content

Commit

Permalink
fix test report permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelVoelkel committed Mar 19, 2023
1 parent 5df3e5a commit afeffec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
report:
name: Workflow test
runs-on: ubuntu-latest

permissions:
checks: write
contents: write
pull-requests: write
statuses: write

steps:
- uses: actions/checkout@v2
- uses: ./
Expand Down

0 comments on commit afeffec

Please sign in to comment.