From e972ce3af600325886c7d9650554abe74da6965c Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR <9496359+MrPowerGamerBR@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:26:54 -0300 Subject: [PATCH] Use custom PAT to allow commits to trigger other workflows --- .github/workflows/auto-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 3e27f0b..b9858e5 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -11,12 +11,14 @@ jobs: uses: actions/checkout@v3 with: path: 'SparklyPaper' + token: ${{ secrets.LORITTA_PAT }} - name: Checkout Paper Repository uses: actions/checkout@v3 with: path: 'Paper' repository: "PaperMC/Paper" + token: ${{ secrets.LORITTA_PAT }} - name: Get Paper Latest Commit Hash id: paperRef