Skip to content

Commit

Permalink
Test env variables on preview
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsmiarowski committed Jul 5, 2024
1 parent 9214f5c commit bfe91ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: yarn build:prefixed
env:
PUBLIC_URL: /${{ github.head_ref }}
GATSBY_GTM_SUPPORT: false
GATSBY_GTM_ID: ${{ secrets.GTM_ID }}
SUBGRAPH_API_KEY: ${{ secrets.SUBGRAPH_API_KEY }}

- name: Build
if: github.event_name == 'push'
Expand Down

0 comments on commit bfe91ed

Please sign in to comment.