File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2828 - name : Add comment with binaries
2929 if : ${{ github.event_name == 'pull_request' }}
3030 uses : marocchino/sticky-pull-request-comment@v2
31+ env :
32+ GITHUB_TOKEN : ${{ secrets.PR_PAT }}
3133 with :
3234 header : artifacts
3335 message : |
3638 ### Build Artifacts
3739 | Platform | Link |
3840 |:--|------------------------|
41+
3942 build :
4043 name : (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
4144 runs-on : ${{ matrix.os }}
@@ -96,10 +99,11 @@ jobs:
9699 - name : Add comment with binaries
97100 if : ${{ github.event_name == 'pull_request' }}
98101 uses : marocchino/sticky-pull-request-comment@v2
102+ env :
103+ GITHUB_TOKEN : ${{ secrets.PR_PAT }}
99104 with :
100105 append : true
101106 header : artifacts
102107 message : |
103108 |(${{ matrix.os_prefix }}/${{ matrix.arch }})|[Download processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-pr_${{ github.event.pull_request.number }}](${{ steps.upload-artifact.outputs.artifact-url }})|
104- env :
105- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109+
You can’t perform that action at this time.
0 commit comments