From 4ad2a5ff9e3bc54bd8a8b016e3693601427741c7 Mon Sep 17 00:00:00 2001 From: rentu <5545529+SLdragon@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:06:39 +0800 Subject: [PATCH] chore: remove notification to teams toolkit --- .github/workflows/push-release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/push-release.yml b/.github/workflows/push-release.yml index cb3e4057fc..848fec8c6b 100644 --- a/.github/workflows/push-release.yml +++ b/.github/workflows/push-release.yml @@ -74,14 +74,6 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Notify TeamsFx Repo - uses: peter-evans/repository-dispatch@v2 - with: - token: ${{ secrets.TEAMSFX_REPO_ACCESS_TOKEN }} - repository: OfficeDev/TeamsFx - event-type: graph-toolkit-released - client-payload: '{"version": "${{ needs.version.outputs.package-version }}"}' - storybook: runs-on: ubuntu-latest