Skip to content

Commit

Permalink
remove announce via tweet action because fuck Elon
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Nov 19, 2023
1 parent b6f4c31 commit b695318
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,3 @@ jobs:
run: ./gradlew -Pversion=${GITHUB_REF:11} -Penv=prod :site:orchidDeploy
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

announce:
name: Announce release
needs: release
runs-on: ubuntu-latest
steps:
- name: Tweet release announcement
uses: twwd/twitter-github-action@v1
with:
tweet_body: |
Strikt ${{ github.event.release.tag_name }} ${{ github.event.release.name }} is available. https://strikt.io
Release notes: https://github.com/${{ github.repository }}/releases/${{ github.event.release.tag_name }}
twitter_api_key: ${{ secrets.TWITTER_CONSUMER_KEY }}
twitter_api_secret_key: ${{ secrets.TWITTER_CONSUMER_SECRET }}
twitter_access_token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter_access_token_secret: ${{ secrets.TWITTER_ACCESS_SECRET }}

0 comments on commit b695318

Please sign in to comment.