{"id":44542777,"url":"https://github.com/mod-posh/post2bluesky","last_synced_at":"2026-02-13T19:04:05.485Z","repository":{"id":216176155,"uuid":"740645573","full_name":"mod-posh/Post2BlueSky","owner":"mod-posh","description":"A simple GitHub Workflow to send a notification to the BlueSky social media platform","archived":false,"fork":false,"pushed_at":"2025-01-21T17:50:10.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T18:31:03.712Z","etag":null,"topics":["github-actions","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mod-posh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-08T19:13:54.000Z","updated_at":"2025-01-21T17:50:15.000Z","dependencies_parsed_at":"2024-01-17T00:21:41.168Z","dependency_job_id":"7fd88c50-c528-476d-92ad-ef2f79d831d5","html_url":"https://github.com/mod-posh/Post2BlueSky","commit_stats":null,"previous_names":["jeffpatton1971/post2bluesky","mod-posh/post2bluesky"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/mod-posh/Post2BlueSky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FPost2BlueSky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FPost2BlueSky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FPost2BlueSky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FPost2BlueSky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mod-posh","download_url":"https://codeload.github.com/mod-posh/Post2BlueSky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FPost2BlueSky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","powershell"],"created_at":"2026-02-13T19:03:18.339Z","updated_at":"2026-02-13T19:04:05.476Z","avatar_url":"https://github.com/mod-posh.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlueSky Notification GitHub Action\n\n## Overview\n\nThe \"Post2Bluesky\" Github Action posts a message to your Bsky social account. You can use this for project update notifications, new releases, or just an easy way to post a message. The workflow accepts a plain-text message or a JSON string comprised of at least [bsky record](https://atproto.com/blog/create-post#post-record-structure).\n\n## Setup\n\n**GitHub Secrets**: Set up the following secrets in your GitHub repository:\n\n- `bluesky_api_key`: Your BlueSky App Password.\n- `bluesky_identifier`: Your BlueSky Identifier, like `user.bsky.social`.\n\n## Workflow File\n\nYou can trigger the `action.yml` by `workflow_call` to post a notification automatically. The workflow contains several steps to act:\n\n1. Checkout the repository\n2. Call the `post2bsky.ps1` script\n\n### Workflow Inputs\n\n- `Message`: The message to post, for links use github [markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#links)\n- `verbose`: A value of verbose will output additional information\n- `bluesky_api_key`: Your BlueSky App Password\n- `bluesky_identifier`: Your BlueSky Identifier, something like user.bsky.social\n\n## PowerShell Script (`post2bsky.ps1`)\n\nThe PowerShell script constructs an authentication package to authenticate into the API. Once it has authenticated, it checks to see if the `Message` is a proper bsky record with repo or if it's a plain-text message. If it's a proper message it is posted; if it's missing a repo, one is constructed, and then the message is posted; and finally, if it's just a plain-text message, a record and repo are created and posted for you.\n\n## Usage\n\nThere a few different ways you could use this action, here is an example of one way to get you started.\n\n```yaml\njobs:\n  send_notification:\n    uses: mod-posh/Post2BlueSky@v0.0.3.0\n    with:\n      message: '\"This is a test post with a link to [github](https://www.github.com)\"'\n      verbose: 'verbose'\n      bluesky_api_key: ${{ secrets.bluesky_api_key }}\n      bluesky_identifier: ${{ secrets.bluesky_identifier }}\n```\n\n\u003e [!Note]\n\u003e This example is used directly as part of a larger workflow\n\u003e The verbose option will output a little more detail in the logs\n\n## License\n\nThis project is licensed using the [Gnu GPL-3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmod-posh%2Fpost2bluesky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmod-posh%2Fpost2bluesky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmod-posh%2Fpost2bluesky/lists"}