Skip to content

Commit

Permalink
use prod client ID for discord redirect URI (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisher60 authored Jun 20, 2024
1 parent 75005ab commit 2ef74a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ABANDON_AUTH_URL=https://auth.abandontech.cloud
ABANDON_AUTH_DEVELOPER_APP_ID=cd022be1-35af-4248-8d70-4205ed1c20c6
GITHUB_REDIRECT=https://github.com/login/oauth/authorize?client_id=e2e4eac6e97af84d9f69&redirect_uri=https://auth.abandontech.cloud/api/ui/github-callback&scope=user:email
DISCORD_REDIRECT=https://discord.com/api/oauth2/authorize?client_id=1002962140640067725&redirect_uri=https%3A%2F%2Fauth.abandontech.cloud%2F/api%2Fui%2Fdiscord-callback&response_type=code&scope=identify
DISCORD_REDIRECT=https://discord.com/api/oauth2/authorize?client_id=1002632179794329630&redirect_uri=https%3A%2F%2Fauth.abandontech.cloud%2F/api%2Fui%2Fdiscord-callback&response_type=code&scope=identify
push: ${{ inputs.push }}
tags: |
ghcr.io/abandontech/abandonauth-frontend:${{ steps.sha_tag.outputs.tag }}
Expand Down

0 comments on commit 2ef74a3

Please sign in to comment.