Skip to content

Commit 0bebebc

Browse files
authored
Update process_auto_changes.yaml
1 parent 3c766b5 commit 0bebebc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/process_auto_changes.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0
20-
token: ${{ secrets.PAT_GITHUB }}
21-
18+
2219
- name: Setup git
2320
run: |
2421
git config --global user.name 'GitHub Action'

0 commit comments

Comments
 (0)