Skip to content

Commit

Permalink
ci: fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Feb 21, 2024
1 parent 6c785bb commit d98a411
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
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:
ci-cd:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d98a411

Please sign in to comment.