Skip to content

Commit 6cda338

Browse files
Update publish.yml (#1949)
* Update publish.yml * Update publish.yml
1 parent c80b68a commit 6cda338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish
2-
permissions: read-all
2+
permissions: {}
33

44
on:
55
push:
@@ -8,9 +8,9 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
12+
permissions:
13+
pull-requests: write
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Build Online Document

0 commit comments

Comments
 (0)