We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94441e5 + 3d02830 commit 6d96171Copy full SHA for 6d96171
.github/workflows/release.yml
@@ -49,6 +49,10 @@ jobs:
49
# Step 6: Build the component library in 'dist/' directory
50
- name: Build component library in dist/
51
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 }}
56
57
# Step 7: Configure git user for pushing release changes back to prod branch
58
- name: Config git user
0 commit comments