File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ jobs:
3030 uses : marocchino/sticky-pull-request-comment@v2
3131 with :
3232 header : artifacts
33+ GITHUB_TOKEN : ${{ secrets.PR_PAT }}
3334 message : |
3435 Tests completed successfully. Build artifacts for this pull request will appear below once ready.
3536
3637 ### Build Artifacts
3738 | Platform | Link |
3839 |:--|------------------------|
40+
3941 build :
4042 name : (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
4143 runs-on : ${{ matrix.os }}
99101 with :
100102 append : true
101103 header : artifacts
104+ GITHUB_TOKEN : ${{ secrets.PR_PAT }}
102105 message : |
103106 |(${{ 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 }}
107+
You can’t perform that action at this time.
0 commit comments