From fc00ac42bedeee3fdf6238771ee397eb80fb4619 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Fri, 25 Feb 2022 11:46:30 -0600 Subject: [PATCH] chore(percy): use proper auth token in CI (#10821) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Josh Black --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49d483c299b4..0e49461f8e8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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