Skip to content

Commit

Permalink
fix: change sentry name
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 25, 2022
1 parent ea473aa commit ad69e47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/access-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- run: pnpm install
- run: pnpm -r --filter @web3-storage/access-api run lint
- run: pnpm -r --filter @web3-storage/access-api run test
- run: echo ${{ github.head_ref }}
deploy-staging:
needs: test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/access-api/scripts/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ prog
const cli = new Sentry(undefined, {
authToken: process.env.SENTRY_TOKEN,
org: 'protocol-labs-it',
project: 'w3account-api',
project: 'w3access-api',
// @ts-ignore
dist: git.short(__dirname),
})
Expand Down

0 comments on commit ad69e47

Please sign in to comment.