Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Document missing permission
  • Loading branch information
fgrosse authored Aug 14, 2024
1 parent 04118b5 commit fa9959d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
runs-on: ubuntu-latest
needs: unit_tests # Depends on the artifact uploaded by the "unit_tests" job
permissions:
contents: read # to download code coverage results from unit_tests job
contents: read
actions: read # to download code coverage results from "test" job
pull-requests: write # write permission needed to comment on PR
steps:
- uses: fgrosse/go-coverage-report@v1.0.2 # Consider using a Git revision for maximum security
Expand Down

0 comments on commit fa9959d

Please sign in to comment.