Skip to content

Commit fd16e2f

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -99,7 +101,7 @@ jobs:
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+

0 commit comments

Comments
 (0)