mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 22:48:05 +01:00
Compare commits
2 commits
c80aef860c
...
aee23bbd8b
Author | SHA1 | Date | |
---|---|---|---|
aee23bbd8b | |||
f9e04a3116 |
2 changed files with 5 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 }}
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[settings]
|
||||
experimental = true
|
||||
legacy_version_file = false
|
||||
|
||||
[tools]
|
||||
usage = "latest"
|
||||
|
|
Loading…
Reference in a new issue