We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92079fc commit 390dd9aCopy full SHA for 390dd9a
1 file changed
.github/workflows/snapshot.yml
@@ -79,12 +79,5 @@ jobs:
79
80
- name: Publish packages as beta
81
run: pnpm publish -r --tag beta --no-git-checks --registry ${{ inputs.registry }}
82
-
83
- - name: Send GitHub Action data to a Slack workflow
84
- if: steps.changesets.outputs.published == 'true'
85
- uses: slackapi/slack-github-action@v2.0.0
86
- with:
87
- payload-delimiter: '_'
88
- webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
89
- webhook-type: webhook-trigger
90
- payload: steps.changesets.outputs.publishedPackages
+ env:
+ NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
0 commit comments