added some stuff
This commit is contained in:
parent
39a1b68c8f
commit
c03fa07723
7 changed files with 284 additions and 111 deletions
|
|
@ -88,6 +88,15 @@ in
|
|||
if test -r /run/secrets/jira_token
|
||||
set -gx JIRA_API_TOKEN (string trim (cat /run/secrets/jira_token))
|
||||
end
|
||||
if test -r /run/secrets/google_oauth_client_id
|
||||
set -gx GOOGLE_OAUTH_CLIENT_ID (string trim (cat /run/secrets/google_oauth_client_id))
|
||||
end
|
||||
if test -r /run/secrets/google_oauth_client_secret
|
||||
set -gx GOOGLE_OAUTH_CLIENT_SECRET (string trim (cat /run/secrets/google_oauth_client_secret))
|
||||
end
|
||||
if test -r /run/secrets/user_google_email
|
||||
set -gx USER_GOOGLE_EMAIL (string trim (cat /run/secrets/user_google_email))
|
||||
end
|
||||
set -gx GITHUB_PERSONAL_ACCESS_TOKEN (cat /run/secrets/github_token)
|
||||
set -gx GITHUB_HOST "https://github.com"
|
||||
set -gx GRAFANA_SERVICE_ACCOUNT_TOKEN (cat /run/secrets/grafana_token)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue