We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee3c7a commit bf19880Copy full SHA for bf19880
.github/workflows/update-readme.yml
@@ -5,11 +5,15 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+
12
jobs:
13
sync-assets:
14
runs-on: ubuntu-latest
15
steps:
- - uses: actions/checkout@v4
16
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
17
with:
18
fetch-depth: 0
19
@@ -18,6 +22,7 @@ jobs:
22
23
use_code_blocks: true
20
24
use_major_version: true
25
+ use_tag_commit_hash: true
21
26
27
- name: Run remark
28
uses: tj-actions/remark@v3
@@ -45,4 +50,5 @@ jobs:
45
50
branch: "chore/update-readme"
46
51
commit-message: "Updated README.md"
47
52
body: "Updated README.md"
48
- token: ${{ secrets.PAT_TOKEN }}
53
+ sign-commits: true
54
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments