Change fontawesome location/repo
All checks were successful
/ build-artifacts (push) Successful in 1m1s

This commit is contained in:
Tobias Reisinger 2024-09-08 12:45:38 +02:00
parent cf15530d0f
commit 28b6678c30
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 14749 additions and 14755 deletions

View file

@ -9,8 +9,8 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v3
- id: build
run: |
echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONTAWESOME_TOKEN }}" >> .npmrc
echo "@fontawesome:registry=https://git.serguzim.me/api/packages/fontawesome/npm/" > .npmrc
echo "//git.serguzim.me/api/packages/fontawesome/npm/:_authToken=${{ secrets.FORGEJO_TOKEN }}" >> .npmrc
mkdir /tmp/release-dir
npm install