github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Enable the action to work with more limited access than GITHUB_TOKEN

Open athomas opened this issue 4 years ago • 0 comments

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.

athomas avatar Jan 05 '21 16:01 athomas