Skip to content

Commit

Permalink
Tweet on @locustio on release
Browse files Browse the repository at this point in the history
cyberw committed Feb 2, 2022

Verified

This commit was signed with the committer’s verified signature.
matthewnessworthy Matthew Nessworthy
1 parent 72efc5a commit 7472d0b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tweet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "tweet-trigger-release"
on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tweet-trigger-publish-release
uses: mugi111/[email protected]
with:
consumer_key: ${{ secrets.TWITTER_API_CONSUMER_KEY }}
consumer_secret: ${{ secrets.TWITTER_API_CONSUMER_SECRET }}
access_token_key: ${{ secrets.TWITTER_API_ACCESS_TOKEN_KEY }}
access_token_secret: ${{ secrets.TWITTER_API_ACCESS_TOKEN_SECRET }}
tweet_body: "New release: ${{ env.TAG }} https://github.com/locustio/locust/releases/tag/${{ env.TAG }}"

0 comments on commit 7472d0b

Please sign in to comment.