mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
ci: let semantic-release make comments
This commit is contained in:
parent
2343c37c71
commit
cfbc024442
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci-cd.yml
vendored
7
.github/workflows/ci-cd.yml
vendored
|
@ -10,9 +10,10 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pages: write
|
||||
packages: write
|
||||
contents: write # publish a GitHub release
|
||||
pages: write # deploy to GitHub Pages
|
||||
issues: write # comment on released issues
|
||||
pull-requests: write # comment on released pull requests
|
||||
|
||||
jobs:
|
||||
ci-cd:
|
||||
|
|
Loading…
Reference in a new issue