story: locate .github in the root directory

This commit is contained in:
jinhojang6 2023-02-09 21:17:36 +09:00
parent e6efc29869
commit d8ac560a08
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ jobs:
with: with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it. # 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/lsd-react
exitZeroOnChanges: true # 👈 Option to prevent the workflow from failing