We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9955aa commit c0cd675Copy full SHA for c0cd675
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
cognito_pool_id: ${{ secrets.COGNITO_POOL_ID }}
29
web_sso_host: ${{ secrets.WEB_SSO_HOST }}
30
web_sso_redirect_host: ${{ secrets.WEB_SSO_REDIRECT_HOST }}
31
- graphql_host: ${{ secrets.GRAPHQL_URL }}
+ graphql_url: ${{ secrets.GRAPHQL_URL }}
32
33
- uses: actions/checkout@v1
34
0 commit comments