Skip to content

Commit ad03841

Browse files
committed
Update permissions
1 parent beb8e4c commit ad03841

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/check_homepage_build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Check homepage build
22
permissions:
33
contents: read
4+
actions: write
45

56
on:
67
pull_request:

.github/workflows/deploy_homepage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Deploy homepage
22
permissions:
33
contents: write
4+
pages: write
5+
id-token: write
46

57
on:
68
push:

0 commit comments

Comments
 (0)