Skip to content

Commit

Permalink
Test fake sentry env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 9, 2024
1 parent 4f1215d commit d0842fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/frontend-tasking-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
TM_IMPORT_MAX_FILESIZE: 3e+06
AWS_S3_BUCKET: tasks-staging.openhistoricalmap.org
CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.STAGING_TM_CLOUDFRONT_DISTRIBUTION_ID }}

TM_SENTRY_BACKEND_DSN: https://xxx.ingest.sentry.io/1234567
TM_SENTRY_FRONTEND_DSN: https://xxx.ingest.sentry.io/8901234
- name: Set environment variables - Production
if: github.ref == 'refs/heads/main'
uses: allenevans/[email protected]
Expand All @@ -60,7 +61,8 @@ jobs:
TM_IMPORT_MAX_FILESIZE: 3e+06
AWS_S3_BUCKET: tasks.openhistoricalmap.org
CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.PRODUCTION_TM_CLOUDFRONT_DISTRIBUTION_ID }}

TM_SENTRY_BACKEND_DSN: https://xxx.ingest.sentry.io/1234567
TM_SENTRY_FRONTEND_DSN: https://xxx.ingest.sentry.io/8901234
- name: Checkout tasking-manager repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d0842fd

Please sign in to comment.