Skip to content

.github/workflows/pubs_checks_for_changes_and_duplications.yml #249

.github/workflows/pubs_checks_for_changes_and_duplications.yml

.github/workflows/pubs_checks_for_changes_and_duplications.yml #249

# Run every night at midnight
on:
schedule:
- cron: "0 0 * * *"
jobs:
call-workflow-start:
uses: ./.github/workflows/common_start.yml
update-citations:
runs-on: ubuntu-latest
steps:
- name: "Look For Updates to Zotero List Using Citation Finder"
run: python ./update_current_list.py SASVIEW ${{ secrets.ZOTERO_KEY }}
call-workflow-end:
uses: ./.github/workflows/common_end.yml