mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update arianaafgtv.com.yml
This commit is contained in:
parent
afcc1e23a3
commit
a91d7a5015
1 changed files with 6 additions and 0 deletions
6
.github/workflows/arianaafgtv.com.yml
vendored
6
.github/workflows/arianaafgtv.com.yml
vendored
|
@ -18,6 +18,12 @@ jobs:
|
|||
- run: NODE_OPTIONS=--insecure-http-parser node scripts/commands/load-cluster.js --timeout=30000 --cluster-id=1
|
||||
- run: node scripts/commands/save-results.js
|
||||
- run: node scripts/commands/update-guides.js
|
||||
- uses: tibdex/github-app-token@v1
|
||||
if: ${{ !env.ACT }}
|
||||
id: create-app-token
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
- uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue