Robyn
Robyn copied to clipboard
feat: Added a Github Action which tweet on Published release of Robyn
Description
This PR fixes #494
@sansyrox Added a Github Action that tweets on every Published release of Robyn.
Some configurations should need to be done from your side:-
-
[ ] Change permission to Read and Write for the Twitter API before you generate the access token & secret.
-
[ ] Some variables need to be added to the GitHub repository secrets of the Project, they are
Note 🚧: I am using an already created action ie. - send-tweet-action, we can also recreate this action from scratch, by recreating a Python script and running that Python script as a Github action, Looking forward for your preference.
Tell me if any changes need to be done to this.
Hey @Mr-Sunglasses 👋
Thank you for the PR. This looks great from first glance :D I will try to do a deep review within the next few days 😄
CodSpeed Performance Report
Merging #538 Mr-Sunglasses:github-action-release-tweet
(8db88ca) will not alter performances.
Summary
🔥 0
improvements
❌ 0
regressions
✅ 91
untouched benchmarks
🆕 0
new benchmarks
⁉️ 0
dropped benchmarks
Hey @Mr-Sunglasses 👋
Firstly, thank you for the PR 😄
I have two comments
- I went through the code base of the github action and all looks good :D However, the latest release was in 2019.
- Have you used this action before? Are you using this anywhere in production?