Skip to content

Commit 1b3460a

Browse files
committed
only bsky
Signed-off-by: Chad Dougherty <crd477@icloud.com>
1 parent 6185bc8 commit 1b3460a

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/jobs-poster.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: Post New Jobs
2-
# meaningless commit
3-
# another meaningless commit
42

53
on:
64
push:
@@ -31,22 +29,6 @@ jobs:
3129
deploy: true
3230
test: true
3331

34-
# Deploy to Slack channel
35-
slack_deploy: true
36-
slack_webhook: ${{ secrets.SLACK_WEBHOOK }}
37-
38-
# Also deploy to Twitter (all secrets required in repository secrets)
39-
twitter_deploy: true
40-
twitter_api_secret: ${{ secrets.TWITTER_ACCESS_SECRET }}
41-
twitter_api_key: ${{ secrets.TWITTER_ACCESS_TOKEN }}
42-
twitter_consumer_secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
43-
twitter_consumer_key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
44-
45-
# Also deploy to Mastodon (all secrets required in repository secrets)
46-
mastodon_deploy: true
47-
mastodon_access_token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
48-
mastodon_api_base_url: ${{ secrets.MASTODON_API_BASE_URL }}
49-
5032
# Also deploy to BlueSky (all secrets required in repository secrets)
5133
bluesky_deploy: true
5234
bluesky_password: ${{ secrets.BLUESKY_PASSWORD }}

0 commit comments

Comments
 (0)