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 3535 outputs :
3636 files_changed : ${{ steps.changed_files.outputs.files_changed }}
3737 permissions :
38- contents : read
39- pull-requests : write
38+ contents : write
39+ pull-requests : read
4040 steps :
4141 - name : Harden the runner (Audit all outbound calls)
4242 uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
@@ -100,7 +100,7 @@ jobs:
100100 continue-on-error : true
101101 uses : ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # master
102102 with :
103- github_token : ${{ secrets.PAT_TOKEN }}
103+ github_token : ${{ secrets.GITHUB_TOKEN }}
104104 branch : ${{ github.head_ref }}
105105
106106 - name : Upload build assets
Original file line number Diff line number Diff line change 11name : Format README.md
22
33permissions :
4- contents : read
4+ contents : write
55 pull-requests : write
66
77on :
2727 with :
2828 use_code_blocks : true
2929 use_major_version : true
30+ use_tag_commit_hash : true
3031
3132 - name : Run remark
3233 uses : tj-actions/remark@10fc40701928cbafcc4a2d241679579d218144ff # v3
5556 commit-message : " Updated README.md"
5657 body : " Updated README.md"
5758 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