Skip to content

Commit

Permalink
Add status write permission
Browse files Browse the repository at this point in the history
This is to try to avoid errors like:
Error: Resource not accessible by integration
when running dorny/test-reporter@v1.5.0
  • Loading branch information
jonahgraham committed Sep 18, 2022
1 parent d1dac7b commit f2db920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and test
permissions:
contents: read
statuses: write
checks: write
on:
push:
Expand Down

0 comments on commit f2db920

Please sign in to comment.