Skip to content

Commit

Permalink
fix: updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamjain96 committed Aug 27, 2024
1 parent 88da95a commit a8ae0e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Build
working-directory: WebpageRevamped
env:
REACT_APP_GOOGLE_ANALYTICS_TOKEN: ${{ secrets.REACT_APP_GOOGLE_ANALYTICS_TOKEN }} # Using secret to set environment variable
run: |
yarn install
yarn build
Expand Down

0 comments on commit a8ae0e1

Please sign in to comment.