Skip to content

Commit 88975c4

Browse files
committed
fix(ci): pass image URL to bluesky workflow to avoid OG fetch timeout
The reusable workflow was timing out trying to fetch OG tags from the live site before it fully propagated. By passing the image URL directly from the RSS feed, we skip the OG fetch entirely.
1 parent 7e975ae commit 88975c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/bluesky-new-post.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
embed_url: ${{ needs.detect.outputs.post_url }}
5757
embed_title: ${{ needs.detect.outputs.post_title }}
5858
embed_description: ${{ needs.detect.outputs.post_description }}
59+
embed_image_url: ${{ needs.detect.outputs.post_image_url }}
5960
secrets:
6061
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
6162
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}

0 commit comments

Comments
 (0)