From dce321c2418a38dd8b4709dd10b6d941cf577e24 Mon Sep 17 00:00:00 2001 From: James Salter Date: Wed, 20 Oct 2021 10:56:08 +0100 Subject: [PATCH] Add non-secret sentry environment variables --- .github/workflows/ci_package.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_package.yml b/.github/workflows/ci_package.yml index 79a0aadca4..e51df78bb7 100644 --- a/.github/workflows/ci_package.yml +++ b/.github/workflows/ci_package.yml @@ -65,6 +65,9 @@ jobs: - run: ./scripts/fetch-develop.deps.sh --depth 1 - run: yarn install - run: ./scripts/ci_package.sh + env: + - SENTRY_ORG: sentry + - SENTRY_PROJECT: riot-webs - uses: actions/upload-artifact@v2 with: path: dist/*.tar.gz