Skip to content

Commit

Permalink
Document permissions grants
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Dec 19, 2022
1 parent afc8f6d commit b69c7ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/spelling3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ jobs:
spelling:
name: Spell checking
permissions:
# contents-read is needed to checkout in private repositories
contents: read
# actions-read is needed (possibly only for private repositories)
# to identify the workflow's filename until
# https://github.com/actions/runner/issues/853 is fixed
actions: read
# security-events-write is needed according to the documentation:
# https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github#uploading-a-code-scanning-analysis-with-github-actions
security-events: write
outputs:
followup: ${{ steps.spelling.outputs.followup }}
Expand Down

0 comments on commit b69c7ee

Please sign in to comment.