Skip to content

Commit

Permalink
set max_bsky_post = 10
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Dec 25, 2023
1 parent 7946457 commit c27c1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
RSS_URL: https://dailyportalz.jp/feed/headline
BSKY_ID: ${{ secrets.BSKY_DBZ_BOT_ID }}
BSKY_PASSWORD: ${{ secrets.BSKY_DPZ_BOT_PASSWORD }}
MAX_BSKY_POSTS: 1
MAX_BSKY_POSTS: 10

- name: "Run for Gihyo.jp"
run: cargo run
env:
RSS_URL: https://gihyo.jp/feed/rss2
BSKY_ID: ${{ secrets.BSKY_GIHYO_BOT_ID }}
BSKY_PASSWORD: ${{ secrets.BSKY_GIHYO_BOT_PASSWORD }}
MAX_BSKY_POSTS: 1
MAX_BSKY_POSTS: 10

0 comments on commit c27c1c6

Please sign in to comment.