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)) }} }