myconsciousness/Send Bluesky Post
Provide an easy way to post to Bluesky Social from Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 24, 2023
- License
- BSD
Pinned Snippet
uses: myconsciousness/bluesky-post@96827d0a9604cb228b11b3095f6961196efba4a0 # v5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| text | Text to be posted to Bluesky. | — | — |
| media | File paths of the images to attach to the Post, in CSV format. Up to 4 images are supported; any extras are ignored. | — | — |
| media-alt | Alt text for the attached images, in CSV format. Each entry aligns by index with `media`; missing entries default to empty. | — | — |
| video | File path of a single video to attach to the Post. | — | — |
| video-alt | Alt text to assign to the attached video. | — | — |
| link-preview-url | URL for link preview. | — | — |
| reply-to | AT-URI of the post to reply to. For example, "at://did:plc:xxxx/app.bsky.feed.post/yyyy". | — | — |
| quote | AT-URI of the post to quote. For example, "at://did:plc:xxxx/app.bsky.feed.post/yyyy". | — | — |
| langs | A collection of well-formed BCP47 language tags in CSV format. | — | — |
| labels | A collection of self labels in CSV format. | — | — |
| tags | A collection of tags in CSV format. | — | — |
| identifier | Handle name or email of the user who logs into Bluesky. This information is used by the ATP server to establish a session. For example, "shinyakato.bsky.social". | — | — |
| password | Password of the user who logs into Bluesky. This information is used by the ATP server to establish a session. | — | — |
| service | Specify the authority of the ATP server to which you wish to post. If omitted, it will always be "bsky.social". | — | — |
| retry-count | Specify the number of retry on server error or network error. If omitted, it will always be "5". | — | — |
Outputs
| name | description |
|---|---|
| uri | The AT-URI of the created post. |
| cid | The CID of the created post. |