We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef230ea commit 9085f68Copy full SHA for 9085f68
1 file changed
.github/workflows/build.yml
@@ -386,7 +386,7 @@ jobs:
386
387
publish-forum:
388
name: Publish to Forum
389
- if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true
+ if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && secrets.INTERSECTBOT_ACCESS_TOKEN != ''
390
needs: publish-github
391
runs-on: ubuntu-latest
392
steps:
0 commit comments