Skip to content

Commit

Permalink
Add PAT for bypassing branch protection for autocommit (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshaynik authored Jan 9, 2024
1 parent 58a8bdb commit 3c73ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autocommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: main
token: ${{ secrets.GH_PAT }}

- name: Update publish version
id: update
Expand Down

0 comments on commit 3c73ea6

Please sign in to comment.