Skip to content

Commit 16b02fb

Browse files
authored
Update update-doc-assets.yml
1 parent 3948c1c commit 16b02fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-doc-assets.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
sync-doc-assets:
1014
runs-on: ubuntu-latest
@@ -39,7 +43,7 @@ jobs:
3943
branch: "chore/update-readme"
4044
commit-message: "Updated README.md"
4145
body: "Updated README.md"
42-
token: ${{ secrets.PAT_TOKEN }}
46+
token: ${{ secrets.GITHUB_TOKEN }}
4347

4448
- name: Copy doc assets
4549
run: |

0 commit comments

Comments
 (0)