From de04e545679075af19040b8bafece95fc9c0daa9 Mon Sep 17 00:00:00 2001 From: Walter Huf Date: Tue, 4 Jun 2024 02:17:38 -0700 Subject: [PATCH] Use a specific token for merge PRs --- .github/workflows/merge_from_upstream.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge_from_upstream.yaml b/.github/workflows/merge_from_upstream.yaml index 65d3f006..d4414596 100644 --- a/.github/workflows/merge_from_upstream.yaml +++ b/.github/workflows/merge_from_upstream.yaml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.MERGE_PAT }} - uses: fopina/upstream-to-pr@v1 with: token: ${{ secrets.GITHUB_TOKEN }} upstream-repository: https://github.com/Ashinch/ReadYou - upstream-tag: '\d+\..*' \ No newline at end of file + upstream-tag: '\d+\..*'