diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8b536b..978cb3b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,7 @@ jobs: if: steps.pkg.outputs.version != steps.published.outputs.published_version uses: peter-evans/repository-dispatch@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.E2E_AUTO }} repository: JupiterOne/jupiterone-remote-mcp event-type: npm-package-published client-payload: '{"package": "@jupiterone/jupiterone-mcp", "version": "${{ steps.pkg.outputs.version }}"}' \ No newline at end of file