Skip to content

Commit 583adbf

Browse files
authored
updated tweet action 🐥 (#441)
Updated GitHub action to use [`smapiot/send-tweet-v2-action`](https://github.com/smapiot/send-tweet-v2-action) instead as it seems that `dart-actions` have been removed.
1 parent 97e9749 commit 583adbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
7070
url: ${{ secrets.MASTODON_URL }}
7171
- name: Publish on Twitter
72-
uses: dart-actions/tweet@v1.0.1
72+
uses: smapiot/send-tweet-v2-action@v1
7373
with:
74-
text: "I wrote a new #AI post using #OpenAI. Read it at ${{ steps.rss.outputs.url }}"
74+
status: "I wrote a new #AI post using #OpenAI. Read it at ${{ steps.rss.outputs.url }}"
7575
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
7676
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
7777
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)