Skip to content

Commit

Permalink
ci: remove job that post Tweet
Browse files Browse the repository at this point in the history
It is no longer possible to post a tweet with the API without a paid plan (and we only have a free plan). So, remove the
 automation.
  • Loading branch information
tbouffard committed Aug 22, 2023
1 parent 0f8db28 commit bf32410
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/announce-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,6 @@ on:
required: true

jobs:
tweet:
runs-on: ${{ vars.RUNNER_UBUNTU }}
steps:
- name: Tweet
uses: snow-actions/[email protected]
with:
status: |
📣 test ${{ github.event.inputs.version }} is out! 🎉
${{ github.event.inputs.description }}
#bpmnvisualization #bpmn #visualization #typescript #opensource
${{ github.server_url }}/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}
env:
CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
CONSUMER_API_SECRET_KEY: ${{ secrets.TWITTER_CONSUMER_API_SECRET_KEY }}
ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

send-message-on-discord:
runs-on: ${{ vars.RUNNER_UBUNTU }}
steps:
Expand All @@ -46,4 +27,4 @@ jobs:
📣 test ${{ github.event.inputs.version }} is out! 🎉
${{ github.event.inputs.description }}
color: 0xAFEEEE
color: 0xAFEEEE

0 comments on commit bf32410

Please sign in to comment.