cbrgm/bluesky-send-post
Send posts to Bluesky from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pds-url | Bluesky PDS URL | no | https://bsky.social |
| handle | User handle for authentication with Bluesky | yes | — |
| password | Password for authentication with Bluesky | yes | — |
| text | The content of the post | yes | — |
| lang | Comma-separated list of ISO 639 language codes for the post | no | en |
| log-level | Logging level (debug, info, warn, error) | no | info |
| enable-embeds | Enable rich link card embeds for URLs in posts | no | true |
| image-paths | Comma-separated list of image file paths to attach to the post (max 4 images, max 1MB each) | no | — |
| image-alt-texts | Comma-separated list of alt text descriptions for images. If only one value is provided, it will be used for all images. | no | — |
| video-path | Video file path to attach to the post (MP4, MOV, WebM supported, max 50MB) | no | — |
| video-alt-text | Alt text description for the video | no | — |
Outputs
| name | description |
|---|---|
| success | Boolean indicating if the post was successfully sent |