Skip to content

Commit b0f0d7b

Browse files
committed
fix: change outcome api url secret
1 parent d50e2f5 commit b0f0d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-test-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
USERSNAP_SPACE_API_KEY: ${{ secrets.USERSNAP_SPACE_API_KEY }}
7676
APP_ENV: test
7777
PDF_API_URL: ${{ secrets.PDF_API_URL }}
78-
OUTCOMES_API_URL: ${{ secrets.OUTCOMES_API_URL }}
78+
OUTCOMES_API_URL: ${{ secrets.VITE_OUTCOMES_API_URL }}
7979
KUBER_API_KEY: ${{ secrets.KUBER_API_KEY }}
8080
IPFS_GATEWAY: $${{secrets.IPFS_GATEWAY}}
8181
IPFS_PROJECT_ID: $${{secrets.IPFS_PROJECT_ID}}

0 commit comments

Comments
 (0)