Skip to content

Commit

Permalink
Updated Sentry Workflow Parameters (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
samarth52 authored Nov 6, 2023
1 parent 2206fa2 commit 21c411b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
# Always run the linter, even if prettier failed
if: ${{ steps.install.outcome == 'success' }}


build:
name: Build & Stage
runs-on: ubuntu-latest
Expand All @@ -47,7 +46,7 @@ jobs:
REACT_APP_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.REACT_APP_FIREBASE_MESSAGING_SENDER_ID_DEV }}
REACT_APP_FIREBASE_APP_ID: ${{ secrets.REACT_APP_FIREBASE_APP_ID_DEV }}
REACT_APP_FIREBASE_MEASUREMENT_ID: ${{ secrets.REACT_APP_FIREBASE_MEASUREMENT_ID_DEV }}

- name: Stage
uses: rossjrw/pr-preview-action@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
environment: production
sourcemaps: 'build/static/js'
version: ${{ github.sha }}
ignore-missing: true
continue-on-error: true

- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 21c411b

Please sign in to comment.