Skip to content

Commit

Permalink
Don’t attempt to fetch tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 3, 2024
1 parent 0fd8939 commit 5bf8729
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ jobs:
- name: Fetch statuses
run: python ff_notes/fetch_statuses.py

- name: Fetch tweets
run: python ff_notes/fetch_tweets.py
env:
TWS_RAISE_WHEN_NO_ACCOUNT: 1
USER: ${{ secrets.USER }}
PASS: ${{ secrets.PASS }}
EMAIL: ${{ secrets.EMAIL }}
PROXY: ${{ secrets.PROXY }}
COOKIES: ${{ secrets.COOKIES }}
continue-on-error: true
# - name: Fetch tweets
# run: python ff_notes/fetch_tweets.py
# env:
# TWS_RAISE_WHEN_NO_ACCOUNT: 1
# USER: ${{ secrets.USER }}
# PASS: ${{ secrets.PASS }}
# EMAIL: ${{ secrets.EMAIL }}
# PROXY: ${{ secrets.PROXY }}
# COOKIES: ${{ secrets.COOKIES }}
# continue-on-error: true

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 5bf8729

Please sign in to comment.