{"id":13427617,"url":"https://github.com/zentered/bluesky-post-action","last_synced_at":"2025-07-12T04:39:15.628Z","repository":{"id":166293565,"uuid":"629441338","full_name":"zentered/bluesky-post-action","owner":"zentered","description":"A GitHub Action to post to Bluesky Social","archived":false,"fork":false,"pushed_at":"2025-02-24T17:39:33.000Z","size":2109,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T23:05:58.690Z","etag":null,"topics":["atproto","bluesky","bsky"],"latest_commit_sha":null,"homepage":"https://github.com/zentered/bluesky-post-action#readme","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zentered.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-04-18T10:17:03.000Z","updated_at":"2025-02-24T17:39:35.000Z","dependencies_parsed_at":"2023-06-09T01:00:17.125Z","dependency_job_id":"07c28ec5-a354-4ef8-916c-caa1fced0683","html_url":"https://github.com/zentered/bluesky-post-action","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zentered%2Fbluesky-post-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zentered%2Fbluesky-post-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zentered%2Fbluesky-post-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zentered%2Fbluesky-post-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zentered","download_url":"https://codeload.github.com/zentered/bluesky-post-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299766,"owners_count":20916183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["atproto","bluesky","bsky"],"created_at":"2024-07-31T01:00:34.127Z","updated_at":"2025-07-12T04:39:15.623Z","avatar_url":"https://github.com/zentered.png","language":"JavaScript","funding_links":[],"categories":["\u003ca name='tools'\u003e\u003c/a\u003e Tools"],"sub_categories":["\u003ca name='typescript'\u003e\u003c/a\u003e TypeScript"],"readme":"# Bluesky Post Action\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/assets/cute_robot_in_the_center_with_a_blue_sky.jpg\" alt=\"robot in the clouds\"\u003e\n\u003c/p\u003e\n\nGitHub Action to post to [bsky.app](bsky.app)\n\n## Table of Contents\n\n- [Usage](#usage)\n- [Inputs](#inputs)\n- [Outputs](#outputs)\n\n## Usage\n\nCan be used directly or in combination with another workflow to prepare the post\ncontent.\n\n```yaml\nname: Post on Bluesky Social\n\non:\n  workflow_call:\n    inputs:\n      post:\n        type: string\n        required: true\n    secrets:\n      BSKY_IDENTIFIER:\n        required: true\n      BSKY_PASSWORD:\n        required: true\n\njobs:\n  bsky-post:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: zentered/bluesky-post-action@{LATEST_VERSION}\n        with:\n          post: ${{ inputs.post }}\n          service: ${{ inputs.service }}\n        env:\n          BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}\n          BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}\n```\n\n## Inputs\n\n| Name      | Requirement | Default             | Description                  |\n| --------- | ----------- | ------------------- | ---------------------------- |\n| `post`    | required    | null                | Richtext Content for Bluesky |\n| `service` | optional    | https://bsky.social | at-protocol server           |\n\n## Outputs\n\n![screenshot of github comment](.github/assets/output.png)\n\n### With website embeds\n\n![screenshot of bluesky post with website embed](https://github.com/user-attachments/assets/2e7f8b07-baca-4421-80ec-082afe24cad3)\n\n## Testing\n\nYou can test this action locally with [act](https://github.com/nektos/act). The\nBluesky identifier and passwords need to be stored in a `.secrets` file, and the\n`post` content in a `payload.json` file.\n\n```bash\nact -P node:16-buster-slim workflow_dispatch -e payload.json --secret-file .secrets\n```\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzentered%2Fbluesky-post-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzentered%2Fbluesky-post-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzentered%2Fbluesky-post-action/lists"}