Skip to content

Commit

Permalink
Update GitHub Actions workflow to include a personal access token for…
Browse files Browse the repository at this point in the history
… checkout
  • Loading branch information
kennyAgricultureVic committed Dec 11, 2024
1 parent f13f377 commit 2d7e86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/repo__auto-update-dev-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Merge main -> develop
run: |
git config user.name github-actions
Expand Down

0 comments on commit 2d7e86d

Please sign in to comment.