Skip to content

Commit 51de80f

Browse files
committed
Add GH secret
1 parent 5b7a7a7 commit 51de80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
start: yarn playground:dev
6666
env: env=ci
6767
browser: chrome
68-
# Records to Cypress Cloud
69-
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
7068
record: true
7169
parallel: true # Runs test in parallel using settings above
7270
env:
7371
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
72+
# Allows Cypress to detect new build vs re-run build
73+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
7474

7575
- uses: actions/upload-artifact@v4
7676
if: failure()

0 commit comments

Comments
 (0)