EventHopper / EHServerSide

Server-Side functionality including REST API, hosting scripts & client-server modules
0 stars 0 forks source link

Set up Secrets to use Environment Variables in CI Workflow #117

Closed kylermintah closed 4 years ago

kylermintah commented 4 years ago

Using Environment Variables in CI Workflow

This is necessary so the CI tests can use process.env to get necessary environment variables.

Steps to Completion:

  1. Generate an additional Realm API key for CI testing purposes (to be stored as an encrypted GitHub secret in next step)
  2. Follow these steps to add the API Key as a secure secret: Creating & Storing Encrypted Secrets
  3. Review environment variable setup in .github/workflow: using environment variables