Skip to content

Commit

Permalink
Adding env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane-ABDELHAK committed Oct 7, 2024
1 parent 28997b5 commit 107ad20
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 @@ -72,6 +72,8 @@ jobs:
GOOGLE_TAG_MANAGER_ID: ${{secrets.GOOGLE_TAG_MANAGER_ID}}
GOOGLE_TAG_AUTH: ${{secrets.GOOGLE_TAG_AUTH}}
GOOGLE_TAG_PREVIEW: ${{secrets.GOOGLE_TAG_PREVIEW}}
VITE_GIS_TOKEN: {{secrets.GIS_TOKEN}}
VITE_REFERER: {{vars.GIS_REFERER}}
run: |
npm install
npm run build
Expand Down

0 comments on commit 107ad20

Please sign in to comment.