Skip to content

Commit 8071181

Browse files
committed
instaloader dependency visibility to public
1 parent 483958f commit 8071181

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/instagram_feed.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
IG_DID: ${{ secrets.IG_DID }}
1919
MID: ${{ secrets.MID }}
2020
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
21-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2221
steps:
2322
- uses: actions/checkout@v4
2423

@@ -28,9 +27,7 @@ jobs:
2827
python-version: '3.x'
2928

3029
- name: Install dependencies
31-
run: |
32-
git config --global url."https://${GH_TOKEN}:x-oauth-basic@github.com/".insteadOf https://github.com/
33-
pip install -r requirements.txt
30+
run: pip install -r requirements.txt
3431

3532
- name: Run scraper
3633
run: python instagram_feed.py

0 commit comments

Comments
 (0)