Skip to content

Commit ab79843

Browse files
author
codopanda
committed
Update dev to default to pushing to bluesky test account
1 parent 7f8332c commit ab79843

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
CUTEPETSBOSTON_RESCUEGROUPS_API_KEY: ${{ secrets.CUTEPETSBOSTON_RESCUEGROUPS_API_KEY }}
2828
INSTAGRAM_BUSINESS_ACCOUNT_ID: ${{ secrets.INSTAGRAM_BUSINESS_ACCOUNT_ID }}
2929
INSTAGRAM_PAGE_ACCESS_TOKEN: ${{ secrets.INSTAGRAM_PAGE_ACCESS_TOKEN }}
30-
BLUESKY_HANDLE: ${{ secrets.BLUESKY_HANDLE }}
31-
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
30+
BLUESKY_HANDLE: ${{ secrets.BLUESKY_TEST_HANDLE }}
31+
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_TEST_PASSWORD }}
3232
run: |
3333
#In order to create posts on the test accounts remove the --debugposters debug flag
3434
python ./main.py --debugsources --debugposters

0 commit comments

Comments
 (0)