mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update _load.yml
This commit is contained in:
9
.github/workflows/_load.yml
vendored
9
.github/workflows/_load.yml
vendored
@@ -16,15 +16,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm run api:load
|
||||
- uses: tibdex/github-app-token@v1
|
||||
if: ${{ !env.ACT }}
|
||||
id: create-ffmpeg-token
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
- uses: FedericoCarboni/setup-ffmpeg@v1
|
||||
with:
|
||||
token: ${{ steps.create-ffmpeg-token.outputs.token }}
|
||||
- uses: actions/setup-node@v2
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user