We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e195e commit 29fecd2Copy full SHA for 29fecd2
.github/workflows/deploy.yml
@@ -72,6 +72,7 @@ jobs:
72
-e GRAPHQL_SECRET_KEY='${{ secrets.GRAPHQL_SECRET_KEY }}' \
73
-e AUTH_GITHUB_ID='${{ vars.AUTH_GITHUB_ID }}' \
74
-e URI='${{ vars.URI }}' \
75
+ -e AUTH_URL='${{ vars.AUTH_URL }}' \
76
-e AUTH_TRUST_HOST=true \
77
-p 3000:3000 \
78
ghcr.io/gitranks/gitranks-ui:latest
0 commit comments