We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54cbb2 commit 4a7ab32Copy full SHA for 4a7ab32
.github/workflows/cypress-e2e.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Cypress run
46
uses: cypress-io/github-action@v6
47
env:
48
- IDAPI_CLIENT_ACCESS_TOKEN: ${{ secrets.IDAPI_CLIENT_ACCESS_TOKEN }}
+ CYPRESS_IDAPI_CLIENT_ACCESS_TOKEN: ${{ secrets.IDAPI_CLIENT_ACCESS_TOKEN }}
49
# Required for the Cypress tests to run as we're unable to verify the created certs
50
NODE_TLS_REJECT_UNAUTHORIZED: 0
51
with:
0 commit comments