diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ad10546..957da6e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,8 +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}} + VITE_GIS_TOKEN: ${{secrets.GIS_TOKEN}} + VITE_REFERER: ${{vars.GIS_REFERER}} run: | npm install npm run build