Skip to content

Commit

Permalink
grant GITHUB_TOKEN permissions for ghp
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDelaney committed Nov 19, 2024
1 parent d696faa commit 6a7ea84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
pull_request:
branches:
- master

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

jobs:
deploy-frontend:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 6a7ea84

Please sign in to comment.