Skip to content

Commit

Permalink
1977 icon fix (#928)
Browse files Browse the repository at this point in the history
* fix: updated storybook instead of web components

* fix: CI for debugging
  • Loading branch information
harshil1793 authored Oct 27, 2023
1 parent 685e1fd commit ee00a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ref: main
- name: Use secret as an environment variable
run: echo "MY_SECRET_KEY=${{ secrets.ENV }}" >> $GITHUB
run: echo "MY_SECRET_KEY=${{ secrets.ENV }}"
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit ee00a0b

Please sign in to comment.