ci: fix failing dev server tests on PRs from forks (#8153)
#### Summary
On fork PRs, secrets can't be resolved, so `NETLIFY_AUTH_TOKEN` becomes
an empty string, because of the way this line was written:
```yaml
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
```
This causes some integration tests to fail ([example
job](https://github.com/netlify/cli/actions/runs/24239957758)) even
though they don't actually need a real token. Set a fallback
'fake-token' to fix this.
> [!TIP]
> I sent this PR from a fork to self-validate the fix. P
Philippe Serhal committed
89249d05007dac4f8caa65575d5144f38d09c1fa
Parent: b19d977
Committed by GitHub <noreply@github.com>
on 4/15/2026, 12:47:37 PM