We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running unit tests it cannot push coverage to codacy as it not has access to secrets
See pr #27
Use pull_request_target as trigger for the workflow, it should give access to secrets
pull_request_target
No response
The text was updated successfully, but these errors were encountered:
fix: Use pull_request_target for tests workflow trigger
5449268
Closes #31
38efcbc
Successfully merging a pull request may close this issue.
Description
When running unit tests it cannot push coverage to codacy as it not has access to secrets
How to reproduce
See pr #27
Possible solution
Use
pull_request_target
as trigger for the workflow, it should give access to secretsAdditional context
No response
The text was updated successfully, but these errors were encountered: