Our Github Actions workflows include tests for integrations with external solvers. One of these external solvers requires a license file that would need to be passed to the workflow. We have a community license file, but we would like to restrict view access to that license to the members of our organization while still allowing pull requests from forks (internal or external to organization) to run the workflows.
Is there a way to do this?