Skip to content

Commit

Permalink
Merge pull request #1655 from RobAndrewHurst/auto_merge
Browse files Browse the repository at this point in the history
Auto merge
  • Loading branch information
RobAndrewHurst authored Nov 1, 2024
2 parents e76b0ca + 427d4f4 commit dcfacea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/patch-minor-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
env:
PAT_TOKEN: ${{secrets.PAT_TOKEN}}
with:
fetch-depth: 0
# Use a personal access token with necessary permissions to bypass branch restrictions
token: ${{secrets.PAT_TOKEN}}
token: PAT_TOKEN

- name: Configure Git
run: |
Expand Down

0 comments on commit dcfacea

Please sign in to comment.