mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
### Description `CODER_AGENT_TOKEN` env variable was incorrectly being passed to the curl command instead of the executed script during agent initialization. Fixed the command order to ensure `CODER_AGENT_TOKEN` is properly passed to the script execution context rather than the download command.