Skip to content

Commit

Permalink
Merge pull request #777 from input-output-hk/autocommit-branch-protect
Browse files Browse the repository at this point in the history
Allow auto-commit for CD to bypass branch protections
  • Loading branch information
tshaynik authored Dec 13, 2023
2 parents 5de2467 + 9439bf1 commit 3b12f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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 3b12f78

Please sign in to comment.