Add secrets to production
About secrets
The API will used the secrets stored in your github repository secrets. If you want to add new secrets, you need to do the following:
- Navigate to your repository's Settings > Secrets and variables > Actions and add the new secrets
- Open `.github/workflows/deploy_api.yml
- Add your github secrets in the env section of the: "Push latest abi container"
- Pass the secrets to space environment in
ENV_CONFIG
- Commit and push your changes