Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deseng 543 font awesome #2

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reset to initial way
ratheesh-aot committed May 9, 2024
commit 178d95efe901f4d68003a7ef3512070c736be6b5
5 changes: 1 addition & 4 deletions .github/workflows/met-web-ci.yml
Original file line number Diff line number Diff line change
@@ -40,12 +40,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
env:
FONTAWESOME_PACKAGE_TOKEN: ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
run: |
echo ${{secrets.FONTAWESOME_PACKAGE_TOKEN}} | sed 's/./& /g'
npm config set '@fortawesome:registry' https://npm.fontawesome.com/
npm config set '//npm.fontawesome.com/:_authToken' "$FONTAWESOME_PACKAGE_TOKEN"
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}"
npm install --legacy-peer-deps
- name: Lint
id: lint