Skip to content

Commit eb28be1

Browse files
authored
chore(ci): cleanup auto generated file workflow MONGOSH-1927 (#2281)
1 parent 04b1e63 commit eb28be1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cron-tasks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
workflow_dispatch: # This should be removed once the workflow is tested and working
1110

1211
jobs:
1312
update_generated_files:
@@ -39,7 +38,6 @@ jobs:
3938
# the whole history to generate the list of AUTHORS
4039
fetch-depth: "0"
4140
token: ${{ steps.app-token.outputs.token }}
42-
persist-credentials: false
4341

4442
- name: Set up Git
4543
run: |
@@ -92,5 +90,5 @@ jobs:
9290
9391
- name: Commit and push
9492
run: |
95-
git commit --no-allow-empty -m "chore: update auto-generated files" || true
93+
git commit --no-allow-empty -m "chore: update auto-generated files [skip actions]" || true
9694
git push

0 commit comments

Comments
 (0)