From e0c1f8d5f32b69b5447d50736fa024815d700bae Mon Sep 17 00:00:00 2001 From: Radomir Drndarski Date: Fri, 6 May 2022 17:17:53 +0200 Subject: [PATCH] chore: deleted 'notify-twitter' workflow --- .github/workflows/notify-twitter.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/notify-twitter.yml diff --git a/.github/workflows/notify-twitter.yml b/.github/workflows/notify-twitter.yml deleted file mode 100644 index 2486723..0000000 --- a/.github/workflows/notify-twitter.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Notify Twitter - -on: - workflow_dispatch: - release: - types: [published] - -jobs: - setup: - runs-on: ubuntu-latest - steps: - - uses: nearform/github-action-notify-twitter@v1 - with: - message: | - ${{ github.event.repository.name }} ${{ github.event.release.tag_name }} has been released. Check out the release notes: ${{ github.event.release.html_url }} #opensource #jwt #fastjwt - twitter-app-key: ${{ secrets.TWITTER_APP_KEY }} - twitter-app-secret: ${{ secrets.TWITTER_APP_SECRET }} - twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }} - twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} -