summaryrefslogtreecommitdiff
path: root/src/ci_runner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ci_runner.rs')
-rw-r--r--src/ci_runner.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci_runner.rs b/src/ci_runner.rs
index b4acf16..f78fdbc 100644
--- a/src/ci_runner.rs
+++ b/src/ci_runner.rs
@@ -384,7 +384,7 @@ async fn main() {
let poll = client.post("https://ci.butactuallyin.space:9876/api/next_job")
.header("user-agent", "ci-butactuallyin-space-runner")
- .header("authorization", &secret)
+ .header("authorization", secret.trim())
.body(body)
.send()
.await;