Skip to content

Commit

Permalink
Specify permissions for built in GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 5, 2023
1 parent dd9d9c1 commit fdea31d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main

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

jobs:
deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit fdea31d

Please sign in to comment.