feat: read token from env var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b15c72ef30
commit
db9115b90b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ fn set_separator_field(mut s: ConfigBuilder<DefaultState>) -> ConfigBuilder<Defa
|
||||||
|
|
||||||
s = from_env(
|
s = from_env(
|
||||||
s,
|
s,
|
||||||
&format!("{PREFIX}{SEPARATOR}CREDS{SEPARATOR}TOKEn"),
|
&format!("{PREFIX}{SEPARATOR}CREDS{SEPARATOR}TOKEN"),
|
||||||
"creds.token",
|
"creds.token",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue