From e39bd56a6c0b68393d436b7b317e6815126f42a3 Mon Sep 17 00:00:00 2001 From: Vicki League Date: Fri, 16 Jan 2026 12:58:19 -0500 Subject: [PATCH] update key name --- .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 dbe8ec2e561..f28746371f6 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