Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add blueskyHandle variables #58

Merged
merged 2 commits into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/feed-to-social-media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
# Bluesky settings
blueskyEnable: true
blueskyAppPassword: ${{ secrets.BSKY_APP_PASSWORD }}
blueskyHandle: '9renpoto.bsky.social'
blueskyOwnerHandle: '9renpoto.bsky.social'
blueskyOwnerContact: '[email protected]'
2 changes: 1 addition & 1 deletion cache/feed-to-social-media.json
Original file line number Diff line number Diff line change
@@ -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)"}
{"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)"}
1 change: 1 addition & 0 deletions posts/2023/11/12/dlvrit-to-gh-actions.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down