Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/cron-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- main
workflow_dispatch: # This should be removed once the workflow is tested and working

jobs:
update_generated_files:
Expand Down Expand Up @@ -39,7 +38,6 @@ jobs:
# the whole history to generate the list of AUTHORS
fetch-depth: "0"
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false

- name: Set up Git
run: |
Expand Down Expand Up @@ -92,5 +90,5 @@ jobs:

- name: Commit and push
run: |
git commit --no-allow-empty -m "chore: update auto-generated files" || true
git commit --no-allow-empty -m "chore: update auto-generated files [skip actions]" || true
git push
Loading