|
|
|
@ -3,6 +3,8 @@ on:
|
|
|
|
workflow_dispatch:
|
|
|
|
workflow_dispatch:
|
|
|
|
# schedule:
|
|
|
|
# schedule:
|
|
|
|
# - cron: "0 12 * * *"
|
|
|
|
# - cron: "0 12 * * *"
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
|
|
|
|
packages: read
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
main:
|
|
|
|
main:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
@ -24,7 +26,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=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
|
|
|
|
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_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
|
|
|
|
|