Skip to content

Commit

Permalink
Document GITHUB_TOKEN limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed May 24, 2022
1 parent c2eaf76 commit a6aab71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ Secret GitHub token with following [characteristics](https://docs.github.com/en/
* requirements: `optional`
* recomended value: `secrets.GITHUB_TOKEN`

*Note: This functionality is currently supported only for "native" Pull-Requests - for more see: [Permissions for the GITHUB_TOKEN](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)*

## Limitations

* Currently `differential-shellcheck` action could be run only on Pull-Requests
* Due to limitation of `GITHUB_TOKEN` for forks `differential-shellcheck` isn't able to upload SARIF findings when triggered by fork

0 comments on commit a6aab71

Please sign in to comment.