Skip to content

Commit caffe28

Browse files
Fix CI permissions
1 parent ac03937 commit caffe28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Github Pages
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
pages: write
8+
id-token: write
9+
510
concurrency:
611
group: "pages"
712
cancel-in-progress: false

0 commit comments

Comments
 (0)