GITHUB_TOKEN

This commit is contained in:
Karol Wypchło 2020-03-11 16:50:05 +01:00 committed by GitHub
parent 7a096067e9
commit c18d3f842a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
uses: cypress-io/github-action@v1
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
record: true
start: npx http-server public --port 8000