File tree Expand file tree Collapse file tree 6 files changed +3005
-3022
lines changed Expand file tree Collapse file tree 6 files changed +3005
-3022
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 35
35
outputs :
36
36
files_changed : ${{ steps.changed_files.outputs.files_changed }}
37
37
permissions :
38
- contents : read
39
- pull-requests : write
38
+ contents : write
39
+ pull-requests : read
40
40
steps :
41
41
- name : Harden the runner (Audit all outbound calls)
42
42
uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
@@ -100,7 +100,7 @@ jobs:
100
100
continue-on-error : true
101
101
uses : ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # master
102
102
with :
103
- github_token : ${{ secrets.PAT_TOKEN }}
103
+ github_token : ${{ secrets.GITHUB_TOKEN }}
104
104
branch : ${{ github.head_ref }}
105
105
106
106
- name : Upload build assets
Original file line number Diff line number Diff line change 1
1
name : Format README.md
2
2
3
3
permissions :
4
- contents : read
4
+ contents : write
5
5
pull-requests : write
6
6
7
7
on :
27
27
with :
28
28
use_code_blocks : true
29
29
use_major_version : true
30
+ use_tag_commit_hash : true
30
31
31
32
- name : Run remark
32
33
uses : tj-actions/remark@10fc40701928cbafcc4a2d241679579d218144ff # v3
55
56
commit-message : " Updated README.md"
56
57
body : " Updated README.md"
57
58
token : ${{ secrets.PAT_TOKEN }}
59
+ sign-commits : true
60
+ token : ${{ secrets.GITHUB_TOKEN }}
61
+
You can’t perform that action at this time.
0 commit comments