Skip to content

Commit 2373167

Browse files
committed
Actions token needs permissions for deploying to Pages
1 parent b60fd93 commit 2373167

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
branches:
99
- "*"
1010

11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
1116
jobs:
1217
build:
1318
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)