From ab7b26badf16b52219fd3308902bd5885af3852c Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Thu, 16 Jan 2025 00:31:30 +0000 Subject: [PATCH] updated tweet action --- .github/workflows/deploy-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 3b158b1..e7995ce 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -69,9 +69,9 @@ jobs: access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} url: ${{ secrets.MASTODON_URL }} - name: Publish on Twitter - uses: dart-actions/tweet@v1.0.1 + uses: smapiot/send-tweet-v2-action@v1 with: - text: "I wrote a new #AI post using #OpenAI. Read it at ${{ steps.rss.outputs.url }}" + status: "I wrote a new #AI post using #OpenAI. Read it at ${{ steps.rss.outputs.url }}" consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }} consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }} access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}