You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRs from forks will fail CI because the PR trigger is pull_request so they do not have access to the repo vars that are needed since the workflow runs in the context of the fork.
Steps to reproduce
Open a PR from a fork.
Expected results
CI passes
Actual results
CI fails because vars are missing
Additional context
Are you interested in contributing the fix?
yes
The text was updated successfully, but these errors were encountered:
Describe the bug
PRs from forks will fail CI because the PR trigger is
pull_request
so they do not have access to the repo vars that are needed since the workflow runs in the context of the fork.Steps to reproduce
Open a PR from a fork.
Expected results
CI passes
Actual results
CI fails because vars are missing
Additional context
Are you interested in contributing the fix?
yes
The text was updated successfully, but these errors were encountered: