Skip to content

Commit

Permalink
💚 fix API endpoint env
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildmodeOne committed Oct 14, 2024
1 parent 92a55e9 commit fd4f2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
NEXT_PUBLIC_GUEST_ONLY=${{ vars.NEXT_PUBLIC_GUEST_ONLY }}
NEXT_PUBLIC_THI_API_KEY=${{ secrets.NEXT_PUBLIC_THI_API_KEY }}
NEXT_PUBLIC_THI_API_MODE=${{ vars.NEXT_PUBLIC_THI_API_MODE }}
NEXT_PUBLIC_NEULAND_GRAPHQL_ENDPOINT=${{ github.ref == 'refs/heads/develop' && vars.GRAPHQL_ENDPOINT_DEV || vars.GRAPHQL_ENDPOINT_PROD }}

0 comments on commit fd4f2f9

Please sign in to comment.