-
Notifications
You must be signed in to change notification settings - Fork 84
GitHub Secrets Setup
henrygdavies edited this page Jul 19, 2024
·
2 revisions
Page Title: GitHub Secrets Setup
Content:
# GitHub Secrets Setup
## Add PostgreSQL Credentials to GitHub Secrets to the Repository
Navigate to Settings > Secrets> Actions.
# Add Secrets
- POSTGRES_PROD_USER: "prod_user"
- POSTGRES_PROD_PASSWORD*: "password used"
- POSTGRES_DEV_USER: "dev_user"
- POSTGRES_DEV_PASSWORD: "password used"
- POSTGRES_PROD_DB_NAME: "prod_db"
- POSTGRES_DEV_DB_NAME: "dev_db"