Skip to content

Commit 4a7ab32

Browse files
author
Raphael Kabo
committed
pass env to Cypress
1 parent b54cbb2 commit 4a7ab32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Cypress run
4646
uses: cypress-io/github-action@v6
4747
env:
48-
IDAPI_CLIENT_ACCESS_TOKEN: ${{ secrets.IDAPI_CLIENT_ACCESS_TOKEN }}
48+
CYPRESS_IDAPI_CLIENT_ACCESS_TOKEN: ${{ secrets.IDAPI_CLIENT_ACCESS_TOKEN }}
4949
# Required for the Cypress tests to run as we're unable to verify the created certs
5050
NODE_TLS_REJECT_UNAUTHORIZED: 0
5151
with:

0 commit comments

Comments
 (0)