From f892db34aa1ca49904e3236021e6b23b35d2200d Mon Sep 17 00:00:00 2001 From: Daniel KT Date: Wed, 13 Dec 2023 18:00:09 -0500 Subject: [PATCH] Add PAT for bypassing branch protection for autocommit --- .github/workflows/autocommit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autocommit.yml b/.github/workflows/autocommit.yml index b3a62651c..f5476a6f8 100644 --- a/.github/workflows/autocommit.yml +++ b/.github/workflows/autocommit.yml @@ -14,6 +14,7 @@ jobs: uses: actions/checkout@v2 with: ref: main + token: ${{ secrets.GH_PAT }} - name: Update publish version id: update