Closed
Description
The repo currently uses a GAMS license stored as a GitHub Actions encrypted secret. This means it cannot be used in PRs from forks. See e.g. #20.
To do: adjust the configuration so that PRs from forks can have passing checks.
Some options, not all mutually exclusive:
- Don't create a gamslice.txt file if the secret is not available.
- Use an older version of GAMS (29 or older).
- Use pytest marks and GHA configuration selectively disable checks on PRs from forks.
- Allow usage of secrets for PRs from forks #50
Metadata
Metadata
Assignees
Labels
No labels