Skip to content

Commit

Permalink
set env keys
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Mar 6, 2024
1 parent 8c262ce commit 2a27d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/opencatalogi-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env: # Change these to your preferences any image url can also be a base encoded
# FILTER_REFERENCE_COMPONENTS: " "

OPTIONAL_START_PAGE: "false"
ENV_VARS_SET: "true"

on:
push:
Expand Down Expand Up @@ -131,6 +132,7 @@ jobs:
# envkey_GATSBY_FILTER_BUSINESS_SERVICES: ${{ env.FILTER_BUSINESS_SERVICES }}
# envkey_GATSBY_FILTER_REFERENCE_COMPONENTS: ${{ env.FILTER_REFERENCE_COMPONENTS }}
envkey_GATSBY_OPTIONAL_START_PAGE: ${{ env.OPTIONAL_START_PAGE }}
envkey_GATSBY_ENV_VARS_SET: ${{ env.ENV_VARS_SET }}
directory: pwa/static
file_name: .env.production
fail_on_empty: true
Expand Down

0 comments on commit 2a27d67

Please sign in to comment.