Skip to content

Commit 048c1d4

Browse files
committed
add proper token permissions to deploy.yaml
1 parent 828162e commit 048c1d4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: "pages"
15+
cancel-in-progress: false
16+
817
jobs:
918
build:
1019
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)