Skip to content

Commit

Permalink
adding new env variable NEXT_PUBLIC_GRAPHQL_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
atif committed Oct 1, 2024
1 parent 4da4d8e commit 4fa939f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:

env:
NEXT_PUBLIC_WC_PROJECT_ID: ${{ secrets.DEV_WC_PROJECT_ID }}
NEXT_PUBLIC_GRAPHQL_URL: ${{ secrets.PUBLIC_GRAPHQL_URL }}

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:

env:
NEXT_PUBLIC_WC_PROJECT_ID: ${{ secrets.PROD_WC_PROJECT_ID }}
NEXT_PUBLIC_GRAPHQL_URL: ${{ secrets.PUBLIC_GRAPHQL_URL }}

jobs:
deploy:
Expand Down

0 comments on commit 4fa939f

Please sign in to comment.