From 9439bf1a7d3871509b07b468afbee36d0d67f880 Mon Sep 17 00:00:00 2001 From: Daniel KT Date: Mon, 11 Dec 2023 17:48:34 -0500 Subject: [PATCH] use PAT to checkout commit and push in action --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 23c99e0ec6..f41c22d6fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -107,6 +107,7 @@ jobs: uses: actions/checkout@v2 with: ref: main + token: ${{ secrets.GH_PAT }} - name: Update publish version id: update