Skip to content

Commit d1c2423

Browse files
authored
fix(ci.yml): enable pages and read logs permissions
1 parent 1d2c363 commit d1c2423

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
- main
88
pull_request:
99

10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
actions: read
15+
1016
jobs:
1117
build:
1218
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)