Skip to content

Commit 7a6e278

Browse files
authored
test jobs poster
testing
1 parent 0e14b3f commit 7a6e278

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/jobs-poster.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- id: updater
2020
name: Job Updater
21-
uses: rseng/jobs-updater@0.0.13
21+
uses: rseng/jobs-updater@720adda
2222
with:
2323
filename: "_data/jobs.yml"
2424

@@ -29,7 +29,7 @@ jobs:
2929
unique: "url"
3030

3131
deploy: true
32-
test: false
32+
test: true
3333

3434
# Deploy to Slack channel
3535
slack_deploy: true
@@ -47,6 +47,11 @@ jobs:
4747
mastodon_access_token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
4848
mastodon_api_base_url: ${{ secrets.MASTODON_API_BASE_URL }}
4949

50+
# Also deploy to BlueSky (all secrets required in repository secrets)
51+
bluesky_deploy: true
52+
bluesky_password: ${{ secrets.BLUESKY_PASSWORD }}
53+
bluesky_email: ${{ secrets.BLUESKY_EMAIL }}
54+
5055
- run: echo ${{ steps.updater.outputs.fields }}
5156
name: Show Fields Used
5257
shell: bash

0 commit comments

Comments
 (0)