File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 88 compare :
99 name : Compare checksums
1010 runs-on : macos-latest
11+ environment : Release
1112 permissions :
12- contents : read
13- actions : read
13+ contents : write # to append checksum for each commit
14+ actions : read # to read artifacts
1415 steps :
1516 - name : Checkout
1617 uses : actions/checkout@v4
1718
1819 - name : Generate checksums from artifacts
19- run :
20- ruby ./scripts/release-checksums.rb ${{ github.event.release.tag_name }} | tee generated_checksums.txt
20+ run : ruby ./scripts/release-checksums.rb ${{ github.event.release.tag_name }} | tee generated_checksums.txt
2121
2222 - name : Fetch checksums from release note
2323 run : |
3939 - uses : peter-evans/commit-comment@v3
4040 with :
4141 body : ${{ steps.comment_body.outputs.body }}
42-
Original file line number Diff line number Diff line change 99 merge-to-dev :
1010 name : Merge into develop
1111 runs-on : ubuntu-latest
12+ environment : Release
13+ permissions :
14+ pull-requests : write
1215 steps :
1316 - uses : actions/checkout@master
1417 - name : Request
You can’t perform that action at this time.
0 commit comments