github-action
github-action copied to clipboard
Enable the action to work with more limited access than GITHUB_TOKEN
Because the coveralls action passes the GITHUB_TOKEN
to it's backend and the token grants write access, using this action you essentially grant coveralls write access to your repo. This makes it impossible to use the action in organizations that don't allow granting write access to external services.
Please provide an alternative, e.g. by using the regular coveralls repo token.