Skip to content

Commit

Permalink
Use official sentry action (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlu3 authored Apr 11, 2024
1 parent ac3a228 commit 5a3d9d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-sentry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ jobs:
-Djib.to.auth.username=$DOCKER_USERNAME \
-Djib.to.auth.password=$DOCKER_PASSWORD
- name: Create a Sentry.io release in oncokb-public-website
uses: tclindner/sentry-releases-action@v1.2.0
uses: getsentry/action-release@v1.7.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: memorial-sloan-kettering
SENTRY_PROJECT: oncokb-public-website
with:
tagName: ${{ github.ref }}
version: ${{ github.ref }}
environment: production
releaseNamePrefix: oncokb-public-
version_prefix: oncokb-public-
sourceMapOptions: '{"include": ["target/classes/static/app"]}'
- name: Create a Sentry.io release in oncokb-public-website-backend
uses: tclindner/sentry-releases-action@v1.2.0
uses: getsentry/action-release@v1.7.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: memorial-sloan-kettering
SENTRY_PROJECT: oncokb-public-website-backend
with:
tagName: ${{ github.ref }}
version: ${{ github.ref }}
environment: production
releaseNamePrefix: oncokb-public-backend-
version_prefix: oncokb-public-backend-

0 comments on commit 5a3d9d2

Please sign in to comment.