From 5cf4cf012c599be6f6d41ec866d90323b01dd187 Mon Sep 17 00:00:00 2001 From: dirkf Date: Sun, 2 Jul 2023 13:26:27 +0100 Subject: [PATCH] Make rebase-on-upstream.yml local --- .github/workflows/rebase-on-upstream.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rebase-on-upstream.yml b/.github/workflows/rebase-on-upstream.yml index 0a48e58bc..8dc8ecf5e 100644 --- a/.github/workflows/rebase-on-upstream.yml +++ b/.github/workflows/rebase-on-upstream.yml @@ -12,6 +12,8 @@ jobs: - uses: actions/checkout@master with: fetch-depth: 0 - - uses: ytdl-patched/rebase-upstream-action@master + token: ${{ secrets.GH_PAT }} + - uses: ytdl-org/ytdl-patched-rebase-upstream-action@master with: token: ${{ secrets.GH_PAT }} + upstream: ytdl-org/youtube-dl