Skip to content

Commit 118d265

Browse files
authored
Update build.yml
1 parent 007d815 commit 118d265

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@ jobs:
390390
needs: publish-github
391391
runs-on: ubuntu-latest
392392
outputs:
393-
skip: ${{ steps.check-INTERSECTBOT_ACCESS_TOKEN.outputs.skip == 'true' }}
393+
skip: ${{ steps.check-INTERSECTBOT_FORUM_TOKEN.outputs.skip == 'true' }}
394394
steps:
395-
- id: check-INTERSECTBOT_ACCESS_TOKEN
396-
name: Check INTERSECTBOT_ACCESS_TOKEN
395+
- id: check-INTERSECTBOT_FORUM_TOKEN
396+
name: Check INTERSECTBOT_FORUM_TOKEN
397397
env:
398-
INTERSECTBOT_ACCESS_TOKEN: ${{ secrets.INTERSECTBOT_ACCESS_TOKEN }}
399-
if: ${{ env.INTERSECTBOT_ACCESS_TOKEN == '' }}
398+
INTERSECTBOT_FORUM_TOKEN: ${{ secrets.INTERSECTBOT_FORUM_TOKEN }}
399+
if: ${{ env.INTERSECTBOT_FORUM_TOKEN == '' }}
400400
run: echo "skip=true" >> "$GITHUB_OUTPUT"
401401

402402
publish-forum:

0 commit comments

Comments
 (0)