Skip to content

Releases: azu/rss-to-twitter

v2.0.0

Choose a tag to compare

@azu azu released this 04 Apr 23:12

Breaking Changes

  • Update to Node.js 20

What's Changed

  • chore(deps): Update node due to EOL by @mono0x in #4

New Contributors

  • @mono0x made their first contribution in #4

Full Changelog: v1.1.0...v2.0.0

Retry Support

Choose a tag to compare

@azu azu released this 28 May 00:01
  • Retry fetch feed when fail to fetch rss feed

v1.0.0

Choose a tag to compare

@azu azu released this 27 May 23:45
name: rss-to-twitter
on:
  schedule:
    # every 15 minutes
    - cron: "*/15 * * * *"
  workflow_dispatch:
jobs:
  twitter:
    runs-on: ubuntu-latest
    steps:
      - uses: azu/rss-to-twitter@v1
        with:
          # RSS feed URL
          RSS_URL: "https://hnrss.org/newest"
          TWEET_TEMPLATE: 'New Post: "%title%" %url%'
          TWITTER_APIKEY: ${{ secrets.TWITTER_APIKEY }}
          TWITTER_APIKEY_SECRET: ${{ secrets.TWITTER_APIKEY_SECRET }}
          TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
          TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

v0.1.10

Choose a tag to compare

@azu azu released this 27 May 23:17
feat: build for release

v0.1.9

Choose a tag to compare

@azu azu released this 27 May 22:38
feat: build for release

v0.1.8

Choose a tag to compare

@azu azu released this 27 May 12:55
feat: build for release

v0.1.7

Choose a tag to compare

@azu azu released this 27 May 12:51
feat: build for release

schedule.cron support

Choose a tag to compare

@azu azu released this 27 May 12:51
v0.1.6

feat: build for release

v0.1.5

Choose a tag to compare

@azu azu released this 27 May 12:22
feat: build for release

v0.1.4

Choose a tag to compare

@azu azu released this 27 May 09:13
feat: build for release