mirror of
https://github.com/iptv-org/iptv
synced 2026-04-29 14:17:03 -04:00
Update update.yml
This commit is contained in:
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- name: Setup .npmrc for GitHub Packages
|
- name: Setup .npmrc for GitHub Packages
|
||||||
run: |
|
run: |
|
||||||
echo "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN" >> .npmrc
|
echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
|
||||||
echo "@iptv-org:registry=https://npm.pkg.github.com/" >> .npmrc
|
echo "@iptv-org:registry=https://npm.pkg.github.com/" >> .npmrc
|
||||||
echo "always-auth=true" >> .npmrc
|
echo "always-auth=true" >> .npmrc
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user