Skip to content

Commit 0813def

Browse files
committed
Added permissions for GitHub Pages
1 parent 30b12a0 commit 0813def

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
build:
1111
name: Build
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
15+
pages: write
1316
steps:
1417
- name: Checkout repository
1518
uses: actions/checkout@v6

0 commit comments

Comments
 (0)