diff --git a/dot_config/fish/private_secrets.fish.tmpl b/dot_config/fish/private_secrets.fish.tmpl index f68916e..ecfaa99 100644 --- a/dot_config/fish/private_secrets.fish.tmpl +++ b/dot_config/fish/private_secrets.fish.tmpl @@ -1,7 +1,8 @@ set -gx SCW_SECRET_TOKEN {{ (bitwardenFields "item" "console.scaleway.com").fish_secret_token.value | quote }} set -gx SCW_ACCESS_KEY {{ (bitwardenFields "item" "console.scaleway.com").fish_access_key.value | quote }} -set -gx HOMEBREW_GITHUB_API_TOKEN {{ (bitwardenFields "item" "github.com").fish_api_token.value | quote }} +set -gx GITHUB_TOKEN {{ (bitwardenFields "item" "github.com").fish_api_token.value | quote }} +set -gx HOMEBREW_GITHUB_API_TOKEN $GITHUB_TOKEN set -gx HOMEBREW_BINTRAY_USER "crocmagnon" set -gx HOMEBREW_BINTRAY_KEY {{ (bitwardenFields "item" "Bintray").fish_key.value | quote }}