Skip to content

Commit

Permalink
uses personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
louismrose committed Mar 15, 2024
1 parent 814b82d commit a05d039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
# we have to use an administrator's personal access token to be able to push to a protected branch
# https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#push-to-protected-branches
token: ${{ secrets.PAT }}

- id: bumpr-check
if: "!startsWith(github.ref, 'refs/tags/')"
Expand Down

0 comments on commit a05d039

Please sign in to comment.