Skip to content

Commit 390dd9a

Browse files
committed
chore: update-snapshot-workflow
pass in npm token for beta release
1 parent 92079fc commit 390dd9a

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/snapshot.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,5 @@ jobs:
7979

8080
- name: Publish packages as beta
8181
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
82+
env:
83+
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)