File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ jobs:
6969 # WORKERS_SHARED_SENTRY_AUTH_TOKEN: ${{ secrets.WORKERS_SHARED_SENTRY_AUTH_TOKEN }}
7070 # VSCE_PAT: ${{ secrets.VSCE_PAT }}
7171
72- - name : Send Alert
73- if : always()
74- run : node -r esbuild-register tools/deployments/alert-on-error.ts
75- env :
76- PUBLISH_STATUS : ${{ steps.changesets.outcome }}
77- DEPLOYMENT_STATUS : ${{ steps.deploy.outputs.status }}
78- RUN_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
79- TOKEN : ${{ secrets.STATUS_BOT_SECRET }}
72+ # - name: Send Alert
73+ # if: always()
74+ # run: node -r esbuild-register tools/deployments/alert-on-error.ts
75+ # env:
76+ # PUBLISH_STATUS: ${{ steps.changesets.outcome }}
77+ # DEPLOYMENT_STATUS: ${{ steps.deploy.outputs.status }}
78+ # RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
79+ # TOKEN: ${{ secrets.STATUS_BOT_SECRET }}
You can’t perform that action at this time.
0 commit comments