diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull_request.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bad91e27..a7841ac4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,6 +6,9 @@ concurrency: group: ${{ github.head_ref }} cancel-in-progress: true +env: + SENTRY_DSN: 'https://public_key@example.com/project_id' + jobs: check-codestyle: runs-on: ubuntu-latest |