Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/jobs-poster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- id: updater
name: Job Updater
uses: rseng/jobs-updater@0.0.13
uses: rseng/jobs-updater@e38506c1bd06587fc1b1af1024371998557dbff9
with:
filename: "_data/jobs.yml"

Expand Down Expand Up @@ -47,6 +47,11 @@ jobs:
mastodon_access_token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
mastodon_api_base_url: ${{ secrets.MASTODON_API_BASE_URL }}

# Also deploy to BlueSky (all secrets required in repository secrets)
bluesky_deploy: true
bluesky_password: ${{ secrets.BLUESKY_PASSWORD }}
bluesky_email: ${{ secrets.BLUESKY_EMAIL }}

- run: echo ${{ steps.updater.outputs.fields }}
name: Show Fields Used
shell: bash
Expand Down