Skip to content

Commit

Permalink
Add app origin env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jptrsn committed Mar 17, 2024
1 parent cd58d5b commit 7ac47c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +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
close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 7ac47c2

Please sign in to comment.