mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 07:58:23 -05:00
ci: fix workflow permissions
This commit is contained in:
parent
6c785bbd67
commit
d98a411eca
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci-cd.yml
vendored
6
.github/workflows/ci-cd.yml
vendored
|
@ -10,6 +10,12 @@ concurrency:
|
||||||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
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:
|
jobs:
|
||||||
ci-cd:
|
ci-cd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue