Skip to content

Commit f8c7f3c

Browse files
committed
Refine workflow permissions.
1 parent 50924d4 commit f8c7f3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
#schedule:
99
#- cron: '0 10 * * *' # Once per day at 10am UTC
1010
workflow_dispatch:
11-
permissions:
12-
actions: write
11+
permissions: read-all
1312
jobs:
1413
build:
1514
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)