We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e14b3f commit 7a6e278Copy full SHA for 7a6e278
1 file changed
.github/workflows/jobs-poster.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- id: updater
20
name: Job Updater
21
- uses: rseng/jobs-updater@0.0.13
+ uses: rseng/jobs-updater@720adda
22
with:
23
filename: "_data/jobs.yml"
24
@@ -29,7 +29,7 @@ jobs:
29
unique: "url"
30
31
deploy: true
32
- test: false
+ test: true
33
34
# Deploy to Slack channel
35
slack_deploy: true
@@ -47,6 +47,11 @@ jobs:
47
mastodon_access_token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
48
mastodon_api_base_url: ${{ secrets.MASTODON_API_BASE_URL }}
49
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
+
55
- run: echo ${{ steps.updater.outputs.fields }}
56
name: Show Fields Used
57
shell: bash
0 commit comments