Skip to content

Commit f95183e

Browse files
committed
Use processing-bot
1 parent 7d24e8b commit f95183e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
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: |
@@ -36,6 +38,7 @@ jobs:
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+

0 commit comments

Comments
 (0)