Skip to content

Commit

Permalink
ci/cd: fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
estafons committed Oct 4, 2024
1 parent c228a39 commit dc813f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/templates/.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ SENTRY_TRACES_SAMPLE_RATE=1
VITE_SENTRY_DSN_PUBLIC="${SENTRY_LARAVEL_DSN}"

VITE_APP_URL="${APP_URL}"
USERWAY_ID=


INSTALLATION_RESOURCES_DIR=ecas
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
MAILGUN_SECRET=${{ env.MAILGUN_SECRET }}
PERSONAL_CLIENT_ID=${{ secrets.PERSONAL_CLIENT_ID }}
PERSONAL_CLIENT_SECRET=${{ secrets.PERSONAL_CLIENT_SECRET }}
PASSWORD_CLIENT_SECRET=${{ secrets.PASSWORD_CLIENT_SECRET }}
FACEBOOK_CLIENT_ID=${{ secrets.FACEBOOK_CLIENT_ID }}
FACEBOOK_CLIENT_SECRET=${{ secrets.FACEBOOK_CLIENT_SECRET }}
TWITTER_CLIENT_ID=${{ secrets.TWITTER_CLIENT_ID }}
Expand Down

0 comments on commit dc813f3

Please sign in to comment.