Fixup envrc.sample with missing env var
This commit is contained in:
parent
b20f7f6322
commit
24a207e292
@ -1,3 +1,6 @@
|
||||
# The path to our pass credentials store
|
||||
export PASSWORD_STORE_DIR=$(pwd)/../infrastructure/credentials/password-store
|
||||
|
||||
# The Hetzner Cloud API token for managing our instances
|
||||
export HCLOUD_TOKEN=$(pass show logins/hetzner/cicd/api_key)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user