Compare commits

...

2 commits

Author SHA1 Message Date
Gabriel Augendre aee23bbd8b set GITHUB_TOKEN env var 2024-04-16 23:35:15 +02:00
Gabriel Augendre f9e04a3116 add mise usage 2024-04-16 23:34:43 +02:00
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -1,3 +1,6 @@
[settings]
experimental = true
legacy_version_file = false
[tools]
usage = "latest"