Skip to content

Commit

Permalink
Merge pull request #1746 from GiganticMinecraft/env
Browse files Browse the repository at this point in the history
use env expression
  • Loading branch information
outductor authored Jan 20, 2024
2 parents f87d49e + 1b60a02 commit 9d0b19b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ spec:
enabled: true
allow_sign_up: true
auto_login: true
client_id: "$(GF_AUTH_GITHUB_CLIENT_ID)"
client_secret: "$(GF_AUTH_GITHUB_CLIENT_SECRET)"
client_id: $__env{GF_AUTH_GITHUB_CLIENT_ID}
client_secret: $__env{GF_AUTH_GITHUB_CLIENT_SECRET}
scopes: user:email,read:org
auth_url: https://github.com/login/oauth/authorize
token_url: https://github.com/login/oauth/access_token
Expand Down

0 comments on commit 9d0b19b

Please sign in to comment.