From db25317d22b2992f4e966f1751835907217e547a Mon Sep 17 00:00:00 2001 From: moonmoon <64200419+Moon-DaeSeung@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:02:55 +0900 Subject: [PATCH] test10 --- .github/workflows/chromatic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 1471ac1..8a0ffa0 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -13,6 +13,8 @@ on: jobs: chromatic-deployment: runs-on: ubuntu-latest + environment: CHROMATIC_PROJECT_TOKEN + steps: - name: Checkout repository uses: actions/checkout@v2