Skip to content

Commit c0cd675

Browse files
committed
correct env name
1 parent f9955aa commit c0cd675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cognito_pool_id: ${{ secrets.COGNITO_POOL_ID }}
2929
web_sso_host: ${{ secrets.WEB_SSO_HOST }}
3030
web_sso_redirect_host: ${{ secrets.WEB_SSO_REDIRECT_HOST }}
31-
graphql_host: ${{ secrets.GRAPHQL_URL }}
31+
graphql_url: ${{ secrets.GRAPHQL_URL }}
3232

3333
- uses: actions/checkout@v1
3434

0 commit comments

Comments
 (0)