Closed MarvinJWendt closed 1 year ago
It is the specification of GitHub Actions. Not an issue of the action.
Your workflow is triggered from the pull request https://github.com/pterm/pterm/pull/507. The document says that these workflows don't receive any secrets.
Workflows triggered using the
pull_request
event have read-only permissions and have no access to secrets.
Actually, your REVIEWDOG_GITHUB_API_TOKEN
is empty.
https://github.com/pterm/pterm/actions/runs/5423793140/jobs/9862524142?pr=507#step:3:13
Huh, that's interesting. How is this action supposed to work then with the GitHub PR review reporter, as it needs a token?
Reviewdog crashes with error:
reviewdog: environment variable $REVIEWDOG_GITHUB_API_TOKEN is not set
Workflow:
Action log: https://github.com/pterm/pterm/actions/runs/5423793140/jobs/9862524142?pr=507