Skip to content

Commit c971bb6

Browse files
committed
Refine actions permissions.
1 parent 9ee9d8d commit c971bb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
#schedule:
99
#- cron: '0 10 * * *' # Once per day at 10am UTC
1010
workflow_dispatch:
11-
permissions: read-all
11+
permissions:
12+
contents: read
13+
actions: write
1214
jobs:
1315
build:
1416
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)