Skip to content

Commit

Permalink
ci: add sentry to workflows (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Aug 16, 2022
1 parent 420bfec commit 83f0875
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cdelivery-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
graasp-deploy-s3-workflow:
name: Graasp Builder
uses: graasp/graasp-deploy/.github/workflows/cdelivery-s3.yml@7b5dd84304458c3c5ab03cbbde059670f77b1687
uses: graasp/graasp-deploy/.github/workflows/cdelivery-s3.yml@bea834ec77096ee815ec190d28d7e2cf7d94ada1
with:
build-folder: 'build'
tag: ${{ github.event.client_payload.tag }}
Expand All @@ -28,3 +28,4 @@ jobs:
ga-measurement-id: ${{ secrets.REACT_APP_GA_MEASUREMENT_ID_STAGE }}
hidden-item-tag-id: ${{ secrets.REACT_APP_HIDDEN_ITEM_TAG_ID_STAGE }}
domain: ${{ secrets.REACT_APP_DOMAIN_STAGE }}
sentry-dsn: ${{ secrets.REACT_APP_SENTRY_DSN }}
3 changes: 2 additions & 1 deletion .github/workflows/cdeployment-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Graasp Builder
# Replace 'main' with the hash of a commit, so it points to an specific version of the reusable workflow that is used
# Reference reusable workflow file. Using the commit SHA is the safest for stability and security
uses: graasp/graasp-deploy/.github/workflows/cdeployment-s3.yml@7b5dd84304458c3c5ab03cbbde059670f77b1687
uses: graasp/graasp-deploy/.github/workflows/cdeployment-s3.yml@bea834ec77096ee815ec190d28d7e2cf7d94ada1
# Replace input build-folder if needed.
with:
build-folder: 'build'
Expand All @@ -34,3 +34,4 @@ jobs:
ga-measurement-id: ${{ secrets.REACT_APP_GA_MEASUREMENT_ID_PROD }}
hidden-item-tag-id: ${{ secrets.REACT_APP_HIDDEN_ITEM_TAG_ID_PROD }}
domain: ${{ secrets.REACT_APP_DOMAIN_PROD }}
sentry-dsn: ${{ secrets.REACT_APP_SENTRY_DSN }}
3 changes: 2 additions & 1 deletion .github/workflows/cintegration-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
graasp-deploy-s3-workflow:
name: Graasp Builder
# Reference reusable workflow file. Using the commit SHA is the safest for stability and security
uses: graasp/graasp-deploy/.github/workflows/cintegration-s3.yml@7b5dd84304458c3c5ab03cbbde059670f77b1687
uses: graasp/graasp-deploy/.github/workflows/cintegration-s3.yml@bea834ec77096ee815ec190d28d7e2cf7d94ada1
with:
build-folder: 'build'
secrets:
Expand All @@ -34,3 +34,4 @@ jobs:
ga-measurement-id: ${{ secrets.REACT_APP_GA_MEASUREMENT_ID_DEV }}
hidden-item-tag-id: ${{ secrets.REACT_APP_HIDDEN_ITEM_TAG_ID_DEV }}
domain: ${{ secrets.REACT_APP_DOMAIN_DEV }}
sentry-dsn: ${{ secrets.REACT_APP_SENTRY_DSN }}

0 comments on commit 83f0875

Please sign in to comment.