Skip to content

Conversation

@CalvinAllen
Copy link
Contributor

Summary

  • Add LinkedIn notification job using shared reusable workflow from CodingWithCalvin/.github
  • Replace inline Bluesky posting (~100 lines) with reusable workflow
  • Split notify job into separate jobs: notify-discussion, notify-bluesky, notify-linkedin
  • Both social posts now have identical content and wait for discussion URL

New Workflow Structure

release
   │
   └── notify-discussion
          │
          ├── notify-bluesky
          │
          └── notify-linkedin

Secrets Used (org-level)

  • BLUESKY_USERNAME, BLUESKY_APP_PASSWORD
  • LINKEDIN_ACCESS_TOKEN, LINKEDIN_CLIENT_ID

- Add LinkedIn notification job using shared reusable workflow
- Replace inline Bluesky posting with reusable workflow
- Replace inline discussion creation with reusable workflow
- All three notification jobs now use CodingWithCalvin/.github workflows
@CalvinAllen CalvinAllen force-pushed the feat/ci/social-notifications branch from a5fac41 to 7ef494d Compare January 5, 2026 20:07
@CalvinAllen CalvinAllen merged commit f80577f into main Jan 5, 2026
12 checks passed
@CalvinAllen CalvinAllen deleted the feat/ci/social-notifications branch January 5, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants