Skip to content

Commit

Permalink
Add permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Oct 2, 2023
1 parent 6853077 commit 1ac92b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches:
- main

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write

jobs:
test-deploy:
name: Test deployment
Expand Down

0 comments on commit 1ac92b4

Please sign in to comment.