Skip to content

Commit

Permalink
Add FontAwesome Package Token to Storybook build step
Browse files Browse the repository at this point in the history
PER-9893: Use FontAwesome Pro in Glam Onboarding
  • Loading branch information
meisekimiu committed Dec 12, 2024
1 parent 80aa417 commit ebf7e21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
${{ runner.os }}-node_modules-
- name: Install dependencies
run: npm install
run: FONTAWESOME_PACKAGE_TOKEN="${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}" npm install

- name: Build Storybook
run: npm run build-storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
${{ runner.os }}-node_modules-
- name: Install dependencies
run: npm install
run: FONTAWESOME_PACKAGE_TOKEN="${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}" npm install

- name: Build Storybook
run: npm run build-storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-node_modules-
- name: Install dependencies
run: npm install
run: FONTAWESOME_PACKAGE_TOKEN="${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}" npm install

- name: Build Storybook
run: npm run build-storybook
Expand Down

0 comments on commit ebf7e21

Please sign in to comment.