-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Fix PRs from forks failing CI due to lack of Github secrets #556
base: master
Are you sure you want to change the base?
Conversation
Resolves #527 |
I can't really test this lmao but I'll make a dummy PR from a fork after this gets merged to check if it works well |
@terror feel free to merge this once you swapped the secret |
wait i dont think this is right checks arent running (? |
ehhhhhhhhhhhh need more research before proceeding |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #556 +/- ##
=======================================
Coverage 85.93% 85.93%
=======================================
Files 45 45
Lines 6405 6405
=======================================
Hits 5504 5504
Misses 901 901 ☔ View full report in Codecov by Sentry. |
This should only be merged after @terror changes the OAuth secret to the dev one.
This has some security implications, because it means the CI will be ran on our resources. Github action codes from forks should be verified to ensure no malicious code before running any actions.