Commit 5460c08
fix: remove invalid secrets condition in e2e-linux workflow
Removes the invalid `if: ${{ secrets.BOT_APP_ID != '' }}` condition that caused workflow validation to fail. Secrets cannot be checked in if expressions in GitHub Actions.
Also removes the `|| github.token` fallback to require the bot token, making the e2e-linux job consistent with all other jobs in the workflow.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6e3ad85 commit 5460c08
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | 373 | | |
375 | 374 | | |
376 | 375 | | |
| |||
379 | 378 | | |
380 | 379 | | |
381 | 380 | | |
382 | | - | |
| 381 | + | |
383 | 382 | | |
384 | 383 | | |
385 | 384 | | |
| |||
0 commit comments