Fixup envrc.sample with missing env var

This commit is contained in:
Luke Murphy 2020-04-24 14:38:24 +02:00
parent b20f7f6322
commit 24a207e292
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

View File

@ -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)