Skip to content

Commit

Permalink
ci: use enviroment based secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 8, 2023
1 parent 3dd44a7 commit f4ac60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
npx lerna run deploy:deploy --stream
env:
NODE_ENV: 'production'
GOOGLE_ANALYTICS: ${{secrets.GOOGLE_ANALYTICS_PROD}}
GOOGLE_ANALYTICS: ${{ secrets.GOOGLE_ANALYTICS }}

- name: (Prod) After Deploy Smoke Test
run: |
Expand Down

0 comments on commit f4ac60b

Please sign in to comment.