From b29237a4e33491a1de534d07defda0534b016dde Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Wed, 6 Sep 2023 09:58:37 -0800 Subject: [PATCH] Do not tweet release notes --- .github/workflows/notify-downstream.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/notify-downstream.yml b/.github/workflows/notify-downstream.yml index 550dedc..c1f908e 100644 --- a/.github/workflows/notify-downstream.yml +++ b/.github/workflows/notify-downstream.yml @@ -17,13 +17,3 @@ jobs: repo: ASFHyP3/hyp3-docs ref: main inputs: '{"sdk_version": "${{ github.event.release.tag_name }}"}' - - - name: Tweet release notes - uses: benc-uk/workflow-dispatch@v1.2 - with: - workflow: propose-tweet.yml - token: ${{ secrets.TOOLS_BOT_PAK }} - repo: ASFHyP3/hyp3-docs - ref: develop - inputs: > - {"message": ${{ toJSON(format('{0}{1}', github.event.release.name, github.event.release.body)) }} }