Skip to content

Commit 27f965e

Browse files
authored
ci: cleanup sentry removal (#523)
1 parent e72347d commit 27f965e

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

.github/workflows/check.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
REACT_APP_BEE_HOST: https://api.test-node.staging.ethswarm.org/
2121
REACT_APP_BEE_DEBUG_HOST: https://debug.test-node.staging.ethswarm.org/
2222
REACT_APP_DEV_MODE: 1
23-
REACT_APP_SENTRY_KEY: ${{ secrets.SENTRY_KEY }}
24-
REACT_APP_SENTRY_ENVIRONMENT: 'preview'
2523

2624
steps:
2725
- uses: actions/checkout@v2

.github/workflows/publish_npmjs.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,3 @@ jobs:
1818
- run: npm publish --access public
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
21-
- id: cleanVersion
22-
run: |
23-
version="${{ github.event.release.release.tag_name }}"
24-
echo "::set-output name=value::${version/v}"
25-
- name: Create Sentry release
26-
uses: getsentry/action-release@v1
27-
env:
28-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
29-
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
30-
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
31-
with:
32-
sourcemaps: ./build/static/js
33-
version: ${{ steps.cleanVersion.outputs.value }}

.github/workflows/publish_pages.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm run build
20-
env:
21-
REACT_APP_SENTRY_KEY: ${{ secrets.SENTRY_KEY }}
22-
REACT_APP_SENTRY_ENVIRONMENT: 'pages'
2320
- run: echo "dashboard.ethswarm.org" > ./build/CNAME
2421
- name: Deploy to gh-pages
2522
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)