forked from coop-cloud/abra
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
|
# The path to our pass credentials store
|
||
|
export PASSWORD_STORE_DIR=$(pwd)/../../autonomic/passwords/passwords/
|
||
|
|
||
|
# The Hetzner Cloud API token for managing our instances
|
||
|
export HCLOUD_TOKEN=$(pass show logins/hetzner/cicd/api_key)
|