mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 22:18:07 +01:00
set GITHUB_TOKEN env var
This commit is contained in:
parent
f9e04a3116
commit
aee23bbd8b
1 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue