Closed AndersBjerregaard closed 7 months ago
Store values as secrets in the repository, using the GitHub CLI:
cat SECRETS.json | gh secret set SECRET_NAME
Set up a self-hosted GitHub actions runner. Preferably in docker.
Read the secrets from a GitHub workflow.
Use the values of the secrets to populate relevant environment data for XUnitWebDriverTests run in the same workflow.
Store values as secrets in the repository, using the GitHub CLI:
Set up a self-hosted GitHub actions runner. Preferably in docker.
Read the secrets from a GitHub workflow.
Use the values of the secrets to populate relevant environment data for XUnitWebDriverTests run in the same workflow.