ci(github-actions): add automatic ytdl update into github actions
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
name: Auto-merge Github Actions
|
name: Auto-merge Github Actions
|
||||||
on:
|
on: pull_request
|
||||||
repository_dispatch:
|
|
||||||
types: [ create-pull-request ]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.AUTOUPDATE_PAT }}
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
@@ -24,3 +26,5 @@ jobs:
|
|||||||
title: 'build(ytdl): Upgrade ytdl package (automated)'
|
title: 'build(ytdl): Upgrade ytdl package (automated)'
|
||||||
branch: 'ytdl-update-automated'
|
branch: 'ytdl-update-automated'
|
||||||
commit-message: 'build(ytdl): Upgrade ytdl package (automated)'
|
commit-message: 'build(ytdl): Upgrade ytdl package (automated)'
|
||||||
|
token: ${{ secrets.AUTOUPDATE_PAT }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user