Skip to content

Commit 480b1d1

Browse files
authored
Update update-readme.yml
1 parent 1af88b5 commit 480b1d1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/update-readme.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Format README.md
22

3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
37
on:
48
push:
59
branches:
@@ -46,4 +50,5 @@ jobs:
4650
branch: "chore/update-readme"
4751
commit-message: "Updated README.md"
4852
body: "Updated README.md"
49-
token: ${{ secrets.PAT_TOKEN }}
53+
sign-commits: true
54+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)