Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cf-pages-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
NEXT_PUBLIC_GATEWAY_URL_STAGING: https://gateway.staging.safe.iotex.io
NEXT_PUBLIC_GATEWAY_URL_PRODUCTION: https://gateway.safe.iotex.io
# Sentry: when unset, src/services/sentry.ts skips Sentry.init and the SDK no-ops.
NEXT_PUBLIC_SENTRY_DSN: ${{ secrets.NEXT_PUBLIC_SENTRY_DSN }}
NEXT_PUBLIC_SENTRY_DSN: ${{ vars.NEXT_PUBLIC_SENTRY_DSN }}
run: |
yarn build
yarn export
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-cf-pages-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
NEXT_PUBLIC_WC_PROJECT_ID: 3b8893a8032f8b2ec0ecbc3b9594cb76
NEXT_PUBLIC_GATEWAY_URL_STAGING: https://gateway.staging.safe.iotex.io
NEXT_PUBLIC_GATEWAY_URL_PRODUCTION: https://gateway.staging.safe.iotex.io
NEXT_PUBLIC_SENTRY_DSN: ${{ vars.NEXT_PUBLIC_SENTRY_DSN }}
run: |
yarn build
yarn export
Expand Down
Loading