Skip to content

Commit

Permalink
ci(e2e): fix env access
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Feb 18, 2024
1 parent 6ee2cad commit 472f03b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
browser: ${{ matrix.browser }}
env:
CYPRESS_BASE_URL: ${{ github.event.deployment_status.environment_url }}
CONTENTFUL_SPACE_ID: ${{ secrets.CONTENTFUL_SPACE_ID }}
CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
ENVIRONMENT: ${{ github.event.deployment_status.environment }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_CONTENTFUL_SPACE_ID: ${{ secrets.CONTENTFUL_SPACE_ID }}
CYPRESS_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
CYPRESS_ENVIRONMENT: ${{ github.event.deployment_status.environment }}

0 comments on commit 472f03b

Please sign in to comment.