diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-02-22 14:33:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 14:33:03 +0530 |
commit | f08ad35d2e26b3f222cca4f973a865bdd815eeb3 (patch) | |
tree | 48c6d6bab17309de5ec4a8429799a59ddf1ce659 /.github | |
parent | 82e3ba6ce5bf770ea5b81fa5debdf7472e916cfd (diff) |
Expand tests for multiple identity keys (#1743)
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 |