diff --git a/.github/workflows/feed-to-social-media.yml b/.github/workflows/feed-to-social-media.yml index cfadbcb..b5ce161 100644 --- a/.github/workflows/feed-to-social-media.yml +++ b/.github/workflows/feed-to-social-media.yml @@ -26,5 +26,6 @@ jobs: # Bluesky settings blueskyEnable: true blueskyAppPassword: ${{ secrets.BSKY_APP_PASSWORD }} + blueskyHandle: '9renpoto.bsky.social' blueskyOwnerHandle: '9renpoto.bsky.social' blueskyOwnerContact: '9renpoto+bsky@gmail.com' diff --git a/cache/feed-to-social-media.json b/cache/feed-to-social-media.json index fa9cafd..34549dc 100644 --- a/cache/feed-to-social-media.json +++ b/cache/feed-to-social-media.json @@ -1 +1 @@ -{"id":"https://9renpoto.win/entry/2023/11/12/dlvrit-to-gh-actions","title":"dlvrit をやめてGithub Actions でRSSからSNSに投稿する","link":"https://9renpoto.win/entry/2023/11/12/dlvrit-to-gh-actions","published":1699747200000,"description":"> Before: [Post blog rss feed via dlvrit](/entry/2023/05/21/twitter-post) ## TL;DR - twitter から x.com へ変化の時代 - [bsky.app](https://bsky.app/profile/9","pubDate":"Sun Nov 12 2023 00:00:00 GMT+0000 (Coordinated Universal Time)"} \ No newline at end of file +{"id":"https://9renpoto.win/entry/2023/11/11/technology-to-limit-input","title":"アウトプットに悩んでます","link":"https://9renpoto.win/entry/2023/11/11/technology-to-limit-input","published":1699660800000,"description":"input was more difficult than output","pubDate":"Sat Nov 11 2023 00:00:00 GMT+0000 (Coordinated Universal Time)"} \ No newline at end of file diff --git a/posts/2023/11/12/dlvrit-to-gh-actions.md b/posts/2023/11/12/dlvrit-to-gh-actions.md index 70b74da..b5f114a 100644 --- a/posts/2023/11/12/dlvrit-to-gh-actions.md +++ b/posts/2023/11/12/dlvrit-to-gh-actions.md @@ -1,6 +1,7 @@ --- date: '2023-11-12' title: dlvrit をやめてGithub Actions でRSSからSNSに投稿する +snippet: share new articles via gh-actions --- > Before: [Post blog rss feed via dlvrit](/entry/2023/05/21/twitter-post)