Skip to content

Commit

Permalink
add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Jul 26, 2023
1 parent c1b148c commit 82fe560
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
build: npm run build
start: npm run start:mock
wait-on: 'http://localhost:3000'
env:
# pass the Cypress Cloud record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
NUXT_PUBLIC_TIDE_BASE_URL: https://develop.content.reference.sdp.vic.gov.au/
NUXT_PUBLIC_TIDE_SITE: 8888

0 comments on commit 82fe560

Please sign in to comment.