File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 5555 AWS_ACCESS_KEY_ID : ' '
5656 FIGMA_CLIENT_ID : ${{ vars.FIGMA_CLIENT_ID }}
5757 FIGMA_OAUTH_SCOPES : ${{ vars.FIGMA_OAUTH_SCOPES }}
58- JIRA_TEST_PAT : CI Test PAT
5958 PORT : ${{ env.PORT }}
6059 - name : Add Test User .env
6160 run : |
6463 echo "JIRA_CLIENT_SECRET=${{ secrets.JIRA_CLIENT_SECRET }}" >> .env
6564 echo "FIGMA_CLIENT_SECRET=${{ secrets.FIGMA_CLIENT_SECRET }}" >> .env
6665 echo "JIRA_TOTP_SECRET=${{ secrets.JIRA_TOTP_SECRET }}" >> .env
66+ echo "JIRA_TEST_PAT=CI Test PAT" >> .env
6767 echo ".env file updated"
6868
6969 - name : Install Dependencies
Original file line number Diff line number Diff line change 99: " ${VITE_JIRA_CALLBACK_URL?Need to set VITE_JIRA_CALLBACK_URL} "
1010: " ${VITE_JIRA_API_URL?Need to set VITE_JIRA_API_URL} "
1111: " ${VITE_STATUS_REPORTS_ENV?Need to set VITE_STATUS_REPORTS_ENV} "
12- # : "${BACKEND_SENTRY_DSN?Need to set BACKEND_SENTRY_DSN}"
1312: " ${AWS_SECRET_ACCESS_KEY?Need to set AWS_SECRET_ACCESS_KEY} "
1413: " ${AWS_ACCESS_KEY_ID?Need to set AWS_ACCESS_KEY_ID} "
1514: " ${JIRA_CLIENT_SECRET?Need to set JIRA_CLIENT_SECRET} "
@@ -39,9 +38,6 @@ FIGMA_CLIENT_SECRET=$FIGMA_CLIENT_SECRET
3938PORT=$PORT
4039EOF
4140
42- # VITE_FRONTEND_SENTRY_DSN=$VITE_FRONTEND_SENTRY_DSN
43- # BACKEND_SENTRY_DSN=$BACKEND_SENTRY_DSN
44-
4541# Need repo_env for ec2-deploy
4642cp .env repo_env
4743
You can’t perform that action at this time.
0 commit comments