aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-02-22 14:33:03 +0530
committerGitHub <noreply@github.com>2022-02-22 14:33:03 +0530
commitf08ad35d2e26b3f222cca4f973a865bdd815eeb3 (patch)
tree48c6d6bab17309de5ec4a8429799a59ddf1ce659 /.github/workflows
parent82e3ba6ce5bf770ea5b81fa5debdf7472e916cfd (diff)
Expand tests for multiple identity keys (#1743)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pull_request.yml3
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