ci(github-actions): add automatic ytdl update into github actions

This commit is contained in:
raiper34
2025-02-01 16:18:04 +01:00
parent b2fbb01a74
commit cbe2c9fbdc
2 changed files with 5 additions and 3 deletions
+4
View File
@@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.AUTOUPDATE_PAT }}
- name: Set up Node
uses: actions/setup-node@v2
with:
@@ -24,3 +26,5 @@ jobs:
title: 'build(ytdl): Upgrade ytdl package (automated)'
branch: 'ytdl-update-automated'
commit-message: 'build(ytdl): Upgrade ytdl package (automated)'
token: ${{ secrets.AUTOUPDATE_PAT }}