Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 19, 2023
1 parent 835460e commit b09a516
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 31 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:

env:
SKIP_PREFLIGHT_CHECK: true
REACT_APP_DOMAIN: your-tenant.auth0.com
REACT_APP_CLIENT_ID: yourclientid
REACT_APP_AUDIENCE: https://api.example.com/users
GATSBY_DOMAIN: your-tenant.auth0.com
GATSBY_CLIENT_ID: yourclientid
GATSBY_AUDIENCE: https://api.example.com/users
NEXT_PUBLIC_DOMAIN: your-tenant.auth0.com
NEXT_PUBLIC_CLIENT_ID: yourclientid
NEXT_PUBLIC_AUDIENCE: https://api.example.com/users
DOMAIN: your-tenant.auth0.com
AUDIENCE: https://api.example.com/users
REACT_APP_DOMAIN: ${{secrets.TEST_DOMAIN}}
REACT_APP_CLIENT_ID: ${{secrets.TEST_CLIENT_ID}}
REACT_APP_AUDIENCE: ${{secrets.TEST_AUDIENCE}}
GATSBY_DOMAIN: ${{secrets.TEST_DOMAIN}}
GATSBY_CLIENT_ID: ${{secrets.TEST_CLIENT_ID}}
GATSBY_AUDIENCE: ${{secrets.TEST_AUDIENCE}}
NEXT_PUBLIC_DOMAIN: ${{secrets.TEST_DOMAIN}}
NEXT_PUBLIC_CLIENT_ID: ${{secrets.TEST_CLIENT_ID}}
NEXT_PUBLIC_AUDIENCE: ${{secrets.TEST_AUDIENCE}}
DOMAIN: ${{secrets.TEST_DOMAIN}}
AUDIENCE: ${{secrets.TEST_AUDIENCE}}

steps:
- name: Checkout code
Expand Down
27 changes: 9 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^29.2.3",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"browserstack-cypress-cli": "^1.19.1",
Expand Down

0 comments on commit b09a516

Please sign in to comment.