Skip to content

Commit 6d96171

Browse files
committed
Merge branch 'main' into prod
2 parents 94441e5 + 3d02830 commit 6d96171

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
# Step 6: Build the component library in 'dist/' directory
5050
- name: Build component library in dist/
5151
run: yarn build
52+
env:
53+
ZEROHEIGHT_API_CLIENT: ${{ secrets.ZEROHEIGHT_API_CLIENT }}
54+
ZEROHEIGHT_API_KEY: ${{ secrets.ZEROHEIGHT_API_KEY }}
55+
ZEROHEIGHT_STYLEGUIDE_ID: ${{ secrets.ZEROHEIGHT_STYLEGUIDE_ID }}
5256

5357
# Step 7: Configure git user for pushing release changes back to prod branch
5458
- name: Config git user

0 commit comments

Comments
 (0)