Skip to content

Commit

Permalink
Merge pull request #35 from caravanapp-ca/fix/discord-redirect-url-st…
Browse files Browse the repository at this point in the history
…aging

Updated staging redirect link
  • Loading branch information
quinnturner committed May 31, 2020
2 parents b658485 + bc606d8 commit 7b7cd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
DISCORD_CLIENT_SECRET: ${{ secrets.STAGING_DISCORD_CLIENT_SECRET }}
DISCORD_GUILD: 'buddy-reading-test'
DISCORD_GUILD_ID: '589194387968491530'
DISCORD_REDIRECT: 'https://buddyreading-staging-env.appspot.com/api/auth/discord/callback'
DISCORD_REDIRECT: 'https://buddyreading-staging-env.uc.r.appspot.com/api/auth/discord/callback'
GAE_ENV: 'staging'
GCLOUD_PROJECT: ${{ secrets.STAGING_GCLOUD_PROJECT }}
GITHUB_SHA: ${{ github.sha }}
Expand Down

0 comments on commit 7b7cd12

Please sign in to comment.