Update update.yml

This commit is contained in:
freearhey
2025-10-11 07:10:33 +03:00
parent dd0420bb35
commit 4592d4fbd3

View File

@@ -24,7 +24,7 @@ jobs:
cache: 'npm'
- name: Setup .npmrc for GitHub Packages
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 "always-auth=true" >> .npmrc
- name: Install dependencies