Skip to content

Commit

Permalink
fix(gha): adds RDS env variables (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io authored Nov 7, 2023
1 parent 9ee6555 commit 518f45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-promote-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,6 @@ jobs:
REDASH_DB_PASSWORD: ${{ secrets.REDASH_DB_PASSWORD }}
REDASH_DB_USER: ${{ secrets.REDASH_DB_USER }}
REDASH_SECRET_KEY: ${{ secrets.REDASH_SECRET_KEY }}
SCORER_RDS_SECRET_ARN: ${{ secrets.SCORER_RDS_SECRET_ARN }}

PAGERDUTY_INTEGRATION_ENDPOINT: ${{ secrets.PAGERDUTY_INTEGRATION_ENDPOINT }}
1 change: 1 addition & 0 deletions .github/workflows/api-promote-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,4 @@ jobs:
REDASH_DB_PASSWORD: ${{ secrets.REDASH_DB_PASSWORD }}
REDASH_DB_USER: ${{ secrets.REDASH_DB_USER }}
REDASH_SECRET_KEY: ${{ secrets.REDASH_SECRET_KEY }}
SCORER_RDS_SECRET_ARN: ${{ secrets.SCORER_RDS_SECRET_ARN }}

0 comments on commit 518f45b

Please sign in to comment.