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 a4a478e commit 8517333Copy full SHA for 8517333
.github/workflows/deploy-content-staging.yml
@@ -106,9 +106,6 @@ jobs:
106
REACT_APP_MIDDLEWARE_URL: ${{ secrets.STAGING_MIDDLEWARE_URL }}
107
REACT_APP_COMMIT_HASH: ${{ github.sha }}
108
REACT_APP_BUILD_TIMESTAMP: ${{ env.build_timestamp }}
109
- REACT_APP_AI_HINT_GENERATION_AWS_ENDPOINT: ${{ secrets.AI_HINT_GENERATION_AWS_ENDPOINT }}
110
- REACT_APP_AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
111
- REACT_APP_AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
112
113
- name: Checkout Content Staging
114
uses: actions/checkout@v3
0 commit comments