Hello,
I am wondering if there is any trick to run these on pull request that are created from forks?
It seems GitHub will disable secrets on these PR, so you cannot do it directly as there is no way to inject the token. Some actions, such as making comments can get away with running another job after the PR one, but this is not useful for PRs if you want the PR job to fail on failed tests.
Hello,
I am wondering if there is any trick to run these on pull request that are created from forks?
It seems GitHub will disable secrets on these PR, so you cannot do it directly as there is no way to inject the token. Some actions, such as making comments can get away with running another job after the PR one, but this is not useful for PRs if you want the PR job to fail on failed tests.