Skip to content

Commit 2984165

Browse files
fix: add token permission to build script
1 parent d789b06 commit 2984165

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on: [push]
33
jobs:
44
build-and-deploy:
55
runs-on: ubuntu-latest
6+
permissions:
7+
id-token: write
8+
pages: write
69
steps:
710
- uses: actions/checkout@v3
811

0 commit comments

Comments
 (0)