Skip to content

Commit 29fecd2

Browse files
committed
2025.02.22 next auth: add auth_url env
1 parent 19e195e commit 29fecd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
-e GRAPHQL_SECRET_KEY='${{ secrets.GRAPHQL_SECRET_KEY }}' \
7373
-e AUTH_GITHUB_ID='${{ vars.AUTH_GITHUB_ID }}' \
7474
-e URI='${{ vars.URI }}' \
75+
-e AUTH_URL='${{ vars.AUTH_URL }}' \
7576
-e AUTH_TRUST_HOST=true \
7677
-p 3000:3000 \
7778
ghcr.io/gitranks/gitranks-ui:latest

0 commit comments

Comments
 (0)