add VPSADMIN_API_TOKEN

This commit is contained in:
zimbatm 2020-04-05 20:58:40 +02:00
parent 9ee13494a8
commit 3835e7dede
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 1 additions and 0 deletions

BIN
secrets/vpsadmin-token Normal file

Binary file not shown.

View file

@ -22,5 +22,6 @@ pkgs.mkShell {
shellHooks = ''
export CLOUDFLARE_API_TOKEN=$(< ./secrets/cloudflare-api-token)
export VPSADMIN_API_TOKEN=$(< ./secrets/vpsadmin-token)
'';
}