Skip to content

Commit

Permalink
chore(percy): use proper auth token in CI (#10821)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent 07d18d6 commit fc00ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ jobs:
run: yarn build --ignore '@carbon/sketch'
- name: Run VRT
env:
PERCY_TOKEN: dd3392142006a6483c8f524697f39f052755fa9dc087ff4437cac3d64227abdd
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
run: |
yarn run percy exec -- yarn workspace carbon-components-react test:e2e

0 comments on commit fc00ac4

Please sign in to comment.