Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-zaiaev authored Jun 10, 2024
1 parent 23b7431 commit 675e7e3
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- master

permissions:
contents: read
pages: write
id-token: write

jobs:
jekyll-build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -32,20 +37,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: jekyll-build
permissions:
actions: read
checks: read
contents: read
deployments: write
issues: read
discussions: read
packages: read
pages: write
pull-requests: read
repository-projects: read
security-events: read
statuses: read
id-token: write
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 675e7e3

Please sign in to comment.