Skip to content

Commit

Permalink
Update permissions for the deployment job
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-zaiaev committed Jun 10, 2024
1 parent efd7a98 commit 53e3597
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: jekyll-build
permissions:
actions: read
checks: read
contents: read
deployments: write
id-token: read
issues: read
discussions: read
packages: read
pages: write
pull-requests: read
repository-projects: read
security-events: read
statuses: read
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 53e3597

Please sign in to comment.