Skip to content

Commit

Permalink
ci(release): enable announcements on twitter again
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Dec 27, 2021
1 parent 06d61b8 commit 107f72a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/notify.yml
Expand Up @@ -3,17 +3,17 @@ on:
release:
types: [published]
jobs:
# tweet:
# name: Tweet release
# runs-on: ubuntu-latest
# steps:
# - uses: ethomson/send-tweet-action@v1
# with:
# status: "We have just released ${{ github.event.release.name }} of Sequelize. https://github.com/sequelize/sequelize/releases/tag/${{ github.event.release.name }}"
# consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
# consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
# access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
# access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
tweet:
name: Tweet release
runs-on: ubuntu-latest
steps:
- uses: ethomson/send-tweet-action@v1
with:
status: "We have just released ${{ github.event.release.name }} of Sequelize. https://github.com/sequelize/sequelize/releases/tag/${{ github.event.release.name }}"
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
notify-opencollective:
name: Notify OpenCollective
runs-on: ubuntu-latest
Expand Down

0 comments on commit 107f72a

Please sign in to comment.