From df8512d4c214544148340e121b47d93375a492ac Mon Sep 17 00:00:00 2001 From: hunterlong Date: Fri, 10 Apr 2020 04:27:35 -0700 Subject: [PATCH] sentry frontend --- .github/workflows/sentry_frontend.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/sentry_frontend.yml diff --git a/.github/workflows/sentry_frontend.yml b/.github/workflows/sentry_frontend.yml new file mode 100644 index 00000000..8d872861 --- /dev/null +++ b/.github/workflows/sentry_frontend.yml @@ -0,0 +1,22 @@ +name: ReleaseWorkflow + +on: + release: + types: [published, prereleased] + +jobs: + createSentryRelease: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@master + - name: Create a Sentry Frontend release + uses: tclindner/sentry-releases-action@v1.0.0 + env: + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_FRONTEND_AUTH_TOKEN }} + SENTRY_URL: ${{ secrets.SENTRY_URL }} + SENTRY_ORG: statping + SENTRY_PROJECT: frontend + with: + tagName: ${{ github.ref }} + environment: qa