Skip to content

Commit

Permalink
fix(build): add ITINERIS_NPM_AUTH_TOKEN to FA build
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Jan 10, 2025
1 parent ee83f7b commit b09e6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
run: grep --quiet 'icons:prepare' package.json && yarn icons:prepare || echo 'No icons to prepare'
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
ITINERIS_NPM_AUTH_TOKEN: ${{ secrets.ITINERIS_NPM_AUTH_TOKEN }}

- name: Build and compile assets
run: ${{ inputs.NPM_BUILD_CMD }}
Expand Down

0 comments on commit b09e6c9

Please sign in to comment.