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