From 64e4de47668649fdc1dd9251465ebbf805d53cb1 Mon Sep 17 00:00:00 2001 From: Vicki League Date: Thu, 22 Jan 2026 16:09:58 -0500 Subject: [PATCH] update key --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index f28746371f6..dbe8ec2e561 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -101,7 +101,7 @@ jobs: uses: bitwarden/gh-actions/get-keyvault-secrets@main with: keyvault: gh-clients - secrets: "CHROMATIC-PROJECT-TOKEN,CHROMATIC_PROJECT_TOKEN_AUTOFILL" + secrets: "CHROMATIC-PROJECT-TOKEN,CHROMATIC-PROJECT-TOKEN-AUTOFILL" - name: Log out from Azure uses: bitwarden/gh-actions/azure-logout@main @@ -125,7 +125,7 @@ jobs: uses: chromaui/action@ac86f2ff0a458ffbce7b40698abd44c0fa34d4b6 # v13.3.3 with: token: ${{ secrets.GITHUB_TOKEN }} - projectToken: ${{ steps.get-kv-secrets.outputs.CHROMATIC_PROJECT_TOKEN_AUTOFILL }} + projectToken: ${{ steps.get-kv-secrets.outputs.CHROMATIC-PROJECT-TOKEN-AUTOFILL }} storybookBuildDir: ./apps/browser/src/autofill/content/components/storybook-static exitOnceUploaded: true onlyChanged: true