From 6e418a5f75cdbfe98c1ba0671f405b0cd3608c31 Mon Sep 17 00:00:00 2001 From: Toby Bessant Date: Sun, 14 Jan 2024 18:07:43 +0000 Subject: [PATCH] Use PAT to checkout repo --- .github/workflows/create-release-candidate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-release-candidate.yml b/.github/workflows/create-release-candidate.yml index a2f4e78..91b25c0 100644 --- a/.github/workflows/create-release-candidate.yml +++ b/.github/workflows/create-release-candidate.yml @@ -81,6 +81,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.GH_PAT }} - name: Set up Git run: |