AndersBjerregaard / BetterBoard-BA

A showcase of all the public available knowledge, regarding my bachelor project at BetterBoard® ApS.
Apache License 2.0
1 stars 0 forks source link

Securely populate data to XUnitWebDriverTests #1

Closed AndersBjerregaard closed 7 months ago

AndersBjerregaard commented 8 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.