Skip to content

Commit

Permalink
fix: retrive PERCY_TOKEN and set token for percy cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Dec 3, 2022
1 parent e38655b commit afe00f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ jobs:

- name: Run e2e tests
run: npx percy exec -- npm run e2e:headless
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 comments on commit afe00f2

Please sign in to comment.