ci: fix workflow permissions

This commit is contained in:
Christopher Willis-Ford 2024-02-21 10:52:19 -08:00
parent 6c785bbd67
commit d98a411eca

View file

@ -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