Skip to content

Commit

Permalink
Fix GHA secrets conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Dec 2, 2024
1 parent 286d94c commit 488dc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/friendly-umbrella-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
secret-ids: |
, ${{ secrets.SECURITY_SCAN_SECRET }}
, ${{ secrets.RDS_CREDS_SECRET }}
RDS, ${{ secrets.RDS_CREDS_SECRET }}
parse-json-secrets: true

- name: Build Docker Image
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
--set mapping.host=${{ secrets.HOST }}
--set serviceAccount.name=${{ secrets.K8S_SERVICE_ACCOUNT }}
--set config.AWS_STORAGE_BUCKET_NAME=${{ secrets.BUCKET_NAME }}
--set config.DATABASE_URL=$DATABASE_URL
--set config.DATABASE_URL=$RDS_DATABASE_URL

0 comments on commit 488dc77

Please sign in to comment.