Skip to content

Commit

Permalink
Merge pull request #68 from Linaro/staging
Browse files Browse the repository at this point in the history
Add more vars for main build
  • Loading branch information
pcolmer authored May 21, 2024
2 parents e241351 + 63c2822 commit 4d045de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
export SPIRE_WEBSITES_ID=${{ vars.SPIRE_WEBSITES_ID }}
export PUBLIC_KEY_URL=${{ vars.PUBLIC_KEY_URL }}
export CUSTOM_DOMAIN=${{ vars.CUSTOM_DOMAIN }}
export HOSTED_ZONE=${{ vars.HOSTED_ZONE }}
export IS_PUBLIC=${{ vars.IS_PUBLIC }}
# Set up yarn
yarn install
# Set up AWS CLI & credentials
Expand Down

0 comments on commit 4d045de

Please sign in to comment.