From d2f797855873d610c12d476b66725367a2b25d2e Mon Sep 17 00:00:00 2001 From: Essi Alizadeh <30320825+e-alizadeh@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:43:08 -0500 Subject: [PATCH] Update automation.yml --- .github/workflows/automation.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 6e162ae..1c9bcff 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -27,8 +27,5 @@ jobs: - name: 📥 Download the Python script needed for automation run: curl https://raw.githubusercontent.com/e-alizadeh/Zotero2Readwise/master/zotero2readwise/run.py -o run.py - - name: 📥 Download the helper module - run: curl https://raw.githubusercontent.com/e-alizadeh/Zotero2Readwise/master/zotero2readwise/helper.py -o helper.py - - name: 🚀 Run Automation run: python run.py ${{ secrets.READWISE_TOKEN }} ${{ secrets.ZOTERO_KEY }} ${{ secrets.ZOTERO_ID }}