Skip to content

Commit c0acae8

Browse files
Add new environment variable
1 parent c4a1e05 commit c0acae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-publish-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
echo "AZURE_RESOURCE_GROUP=${{ secrets.AZURE_RESOURCE_GROUP }}" >> .env
4646
echo "AZURE_SESSION_POOL=${{ secrets.AZURE_SESSION_POOL }}" >> .env
4747
echo "AZURE_SESSION_POOL_ENDPOINT=${{ secrets.AZURE_SESSION_POOL_ENDPOINT }}" >> .env
48+
echo "PREVIOUS_RESPONSE_ID_SECRET=${{ secrets.PREVIOUS_RESPONSE_ID_SECRET }}" >> .env
4849
4950
- name: Run Jest
5051
working-directory: workshop-ui

0 commit comments

Comments
 (0)