Update _load.yml

This commit is contained in:
Aleksandr Statciuk 2022-10-19 19:16:38 +03:00
parent fae6d88d6f
commit 56cc23f58c

View file

@ -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: