mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 20:57:45 +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:
|
jobs:
|
||||||
update-yt-dlp :
|
update-yt-dlp :
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.AUTOUPDATE_PAT }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Set up Python
|
name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue