We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483958f commit 8071181Copy full SHA for 8071181
.github/workflows/instagram_feed.yml
@@ -18,7 +18,6 @@ jobs:
18
IG_DID: ${{ secrets.IG_DID }}
19
MID: ${{ secrets.MID }}
20
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
21
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
22
steps:
23
- uses: actions/checkout@v4
24
@@ -28,9 +27,7 @@ jobs:
28
27
python-version: '3.x'
29
30
- 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
+ run: pip install -r requirements.txt
34
35
- name: Run scraper
36
run: python instagram_feed.py
0 commit comments