Skip to content

Commit

Permalink
Merge pull request #32 from ItinerisLtd/fix-build-issue
Browse files Browse the repository at this point in the history
fix(build): add `ITINERIS_NPM_AUTH_TOKEN` to FA build
  • Loading branch information
codepuncher authored Jan 10, 2025
2 parents ee83f7b + b09e6c9 commit 684f4c6
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 684f4c6

Please sign in to comment.