Skip to content

Commit dff4c92

Browse files
authored
fix(ci): pass image URL to bluesky workflow to avoid OG fetch timeout (#58)
1 parent 7e975ae commit dff4c92

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)