File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments