mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
commit
4477212362
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-yt-dlp.yml
vendored
4
.github/workflows/update-yt-dlp.yml
vendored
|
@ -8,12 +8,14 @@ on:
|
|||
jobs:
|
||||
update-yt-dlp :
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.AUTOUPDATE_PAT }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue