Missing Token (#4518)

This commit is contained in:
John Hill 2021-11-30 09:55:25 -08:00 committed by GitHub
parent b1c97e51e5
commit ed3c2f6a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,5 @@ jobs:
- run: npm install
- name: Run the e2e visual tests
run: npm run test:e2e:visual
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}