We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8332c commit ab79843Copy full SHA for ab79843
1 file changed
.github/workflows/dev.yml
@@ -27,8 +27,8 @@ jobs:
27
CUTEPETSBOSTON_RESCUEGROUPS_API_KEY: ${{ secrets.CUTEPETSBOSTON_RESCUEGROUPS_API_KEY }}
28
INSTAGRAM_BUSINESS_ACCOUNT_ID: ${{ secrets.INSTAGRAM_BUSINESS_ACCOUNT_ID }}
29
INSTAGRAM_PAGE_ACCESS_TOKEN: ${{ secrets.INSTAGRAM_PAGE_ACCESS_TOKEN }}
30
- BLUESKY_HANDLE: ${{ secrets.BLUESKY_HANDLE }}
31
- BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
+ BLUESKY_HANDLE: ${{ secrets.BLUESKY_TEST_HANDLE }}
+ BLUESKY_PASSWORD: ${{ secrets.BLUESKY_TEST_PASSWORD }}
32
run: |
33
#In order to create posts on the test accounts remove the --debugposters debug flag
34
python ./main.py --debugsources --debugposters
0 commit comments