mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 22:48:05 +01:00
Compare commits
No commits in common. "aee23bbd8b61c5be780f87dc04b207a97bb05b8d" and "c80aef860c42a707ecd24e9c7c278ab0cce58dd4" have entirely different histories.
aee23bbd8b
...
c80aef860c
2 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
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 GITHUB_TOKEN {{ (bitwardenFields "item" "github.com").fish_api_token.value | quote }}
|
||||
set -gx HOMEBREW_GITHUB_API_TOKEN $GITHUB_TOKEN
|
||||
set -gx HOMEBREW_GITHUB_API_TOKEN {{ (bitwardenFields "item" "github.com").fish_api_token.value | quote }}
|
||||
set -gx HOMEBREW_BINTRAY_USER "crocmagnon"
|
||||
set -gx HOMEBREW_BINTRAY_KEY {{ (bitwardenFields "item" "Bintray").fish_key.value | quote }}
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[settings]
|
||||
experimental = true
|
||||
legacy_version_file = false
|
||||
|
||||
[tools]
|
||||
usage = "latest"
|
||||
|
|
Loading…
Reference in a new issue