We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2629dfc commit 210992bCopy full SHA for 210992b
1 file changed
.github/workflows/rescuegroups-api.yml
@@ -24,6 +24,11 @@ jobs:
24
- name: Install dependencies
25
run: pip install --break-system-packages -r requirements.txt
26
27
+ - name: Restore Instagram session
28
+ env:
29
+ INSTAGRAM_SESSION: ${{ secrets.INSTAGRAM_SESSION }}
30
+ run: echo "$INSTAGRAM_SESSION" > ig_session.json
31
+
32
- name: Call RescueGroups API
33
env:
34
CUTEPETSBOSTON_RESCUEGROUPS_API_KEY: ${{ secrets.CUTEPETSBOSTON_RESCUEGROUPS_API_KEY }}
@@ -32,7 +37,4 @@ jobs:
37
BLUESKY_HANDLE: ${{ secrets.BLUESKY_HANDLE }}
38
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
39
INSTAGRAM_PROXY: ${{ secrets.INSTAGRAM_PROXY }}
35
- run: |
36
- pwd
- ls
- python ./main.py
40
+ run: python ./main.py
0 commit comments