Skip to content

Commit

Permalink
feat: add permissions for GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Apr 6, 2024
1 parent 73a1ce5 commit 5ce9772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: "ubuntu-latest"
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 5ce9772

Please sign in to comment.