Skip to content

Commit

Permalink
build(git): use PAT for actions/checkout (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu authored Dec 5, 2023
1 parent 2bf2add commit f46b593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-master-dev-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
token: ${{ secrets.AUTO_MERGE_WORKFLOW_TOKEN }}
persist-credentials: false
fetch-depth: 0
ref: master
- name: Set Git config
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit f46b593

Please sign in to comment.