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 be748c8 commit fd58077Copy full SHA for fd58077
1 file changed
.github/workflows/dev.yml
@@ -26,8 +26,8 @@ jobs:
26
CUTEPETSBOSTON_RESCUEGROUPS_API_KEY: ${{ secrets.CUTEPETSBOSTON_RESCUEGROUPS_API_KEY }}
27
INSTAGRAM_BUSINESS_ACCOUNT_ID: ${{ secrets.INSTAGRAM_BUSINESS_ACCOUNT_ID }}
28
INSTAGRAM_PAGE_ACCESS_TOKEN: ${{ secrets.INSTAGRAM_PAGE_ACCESS_TOKEN }}
29
- BLUESKY_HANDLE: ${{ secrets.BLUESKY_TEST_HANDLE }}
30
- BLUESKY_PASSWORD: ${{ secrets.BLUESKY_TEST_PASSWORD }}
+ BLUESKY_HANDLE: ${{ secrets.BLUESKY_HANDLE }}
+ BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
31
run: |
32
#In order to create posts on the test accounts remove the --debugposters debug flag
33
python ./main.py
0 commit comments