From 1eaafc581b90da47de1d32674217bfb78f80bcb9 Mon Sep 17 00:00:00 2001 From: James Petersen Date: Mon, 18 Mar 2024 16:54:22 -0400 Subject: [PATCH] Update app origin --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37fc4134..f5128c7a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -126,7 +126,7 @@ jobs: GOOGLE_REDIRECT_URI=secretref:google-redirect-uri SESSION_SECRET=secretref:session-secret JWT_SECRET=secretref:jwt-secret - APP_ORIGIN=https://opensourceteacher.ca + APP_ORIGIN=https://zipcaptions.app close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'