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