Skip to content

Commit 3dbe2d0

Browse files
committed
fix: load env
1 parent 364ae0b commit 3dbe2d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
name: Lint & Test
1616
runs-on: ubuntu-latest
1717
environment: CI
18+
env:
19+
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
1820
steps:
1921
- uses: actions/checkout@v4
2022
- name: Use Node.js

0 commit comments

Comments
 (0)