Secrets used in the CI / CD workflows

Add the secrets for GitHub Actions

Add a new actions secret to

Add the secrets to run the workflow locally (act)

  • Download the files and secrets.

  • Optional: in case the secret should be saved to a file during running the workflow, use echo -n "STRING" | base64 to encode the value.

  • Add the secrets to .act/build.secrets.

  • Use the following notation:

    GCP_SA_CREDENTIALS='[KEY-FILE-FROM-PASSWORD-MANAGER]'
    ROOMLE_BUILD_PAT='[TOKEN-FROM-PASSWORD-MANAGER]'

Workflow secrets

GH_TOKEN

NPM_TOKEN

SLACK_WEBHOOK_URL

SLACK_WEBHOOK_URL_LIVE

VITE_DUMMY_USER and VITE_DUMMY_PASSWORD

Last updated