Просмотр исходного кода

ci: Hardcode the chromatic token in chromatic.yml (#968)

Our chromatic token is already public, so let's just hardcode it in our chromatic workflow so the chromatic steup doesn't fail for non-kilo users.

Co-authored-by: Chris Hasson <[email protected]>
Chris Hasson 7 месяцев назад
Родитель
Сommit
4f19c3999d
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .github/workflows/chromatic.yml

+ 1 - 2
.github/workflows/chromatic.yml

@@ -48,8 +48,7 @@ jobs:
               id: chromatic
               uses: chromaui/action@latest
               with:
-                  # Project token is now public in package.json for open source contributions
-                  projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
+                  projectToken: chpt_f6ec377cea9b457
                   storybookBaseDir: apps/storybook/
                   storybookBuildDir: apps/storybook/storybook-static
                   onlyChanged: true