Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jul 26, 2024
1 parent cefe468 commit cc732f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
MIDDAY_ENGINE_API_KEY: secret # Needed for build
SENTRY_LOG_LEVEL: info
NODE_OPTIONS: "--max_old_space_size=4096"
on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
MIDDAY_ENGINE_API_KEY: secret # Needed for build
SENTRY_LOG_LEVEL: info
NODE_OPTIONS: "--max_old_space_size=4096"
on:
Expand Down

0 comments on commit cc732f0

Please sign in to comment.