add VPSADMIN_API_TOKEN
This commit is contained in:
parent
9ee13494a8
commit
3835e7dede
2 changed files with 1 additions and 0 deletions
BIN
secrets/vpsadmin-token
Normal file
BIN
secrets/vpsadmin-token
Normal file
Binary file not shown.
|
@ -22,5 +22,6 @@ pkgs.mkShell {
|
||||||
|
|
||||||
shellHooks = ''
|
shellHooks = ''
|
||||||
export CLOUDFLARE_API_TOKEN=$(< ./secrets/cloudflare-api-token)
|
export CLOUDFLARE_API_TOKEN=$(< ./secrets/cloudflare-api-token)
|
||||||
|
export VPSADMIN_API_TOKEN=$(< ./secrets/vpsadmin-token)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue