mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-08 22:11:59 -05:00
ci: provide tokens to semantic-release
This commit is contained in:
parent
639ce02809
commit
613e5cc823
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci-cd.yml
vendored
3
.github/workflows/ci-cd.yml
vendored
|
@ -46,4 +46,7 @@ jobs:
|
|||
publish_dir: playground
|
||||
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
|
||||
- name: semantic-release
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: npx --no -- semantic-release
|
||||
|
|
Loading…
Reference in a new issue