Skip to content

Commit

Permalink
adding username and password env variables to push
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Sep 3, 2024
1 parent 00b98a9 commit 577da85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-build-test-synthetics-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
push:
env:
NODE_ENV: production
REPLICATR_USERNAME: ${{ secrets.REPLICATR_USERNAME }}
REPLICATR_PASSWORD: ${{ secrets.REPLICATR_PASSWORD }}
SYNTHETICS_API_KEY: ${{ secrets.SYNTHETICS_API_KEY }}
needs: test
defaults:
Expand Down

0 comments on commit 577da85

Please sign in to comment.