Skip to content

Commit 67f0d9e

Browse files
Merge pull request #104 from codeforboston/no-post-on-merge
Remove logic that posts on push to master
2 parents 133d866 + ab79843 commit 67f0d9e

2 files changed

Lines changed: 2 additions & 6 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

.github/workflows/prod.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Prod Account Post
22

33
on:
4-
push:
5-
# We are doing this for testing purposes, but when we start posting, we should remove this line
6-
branches:
7-
[master]
84
workflow_dispatch:
95
schedule:
106
# Every 4 hours

0 commit comments

Comments
 (0)