Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2782d635 authored by Yash Garg's avatar Yash Garg 💬 Committed by Nishith Khanna
Browse files

chore(ci): add `SENTRY_DSN` env variable

parent 8c947366
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@ concurrency:
  group: ${{ github.ref }}
  cancel-in-progress: true

env:
  SENTRY_DSN: ${{ secrets.SENTRY_DSN }}

jobs:
  blissWithQuickstepDebug:
    runs-on: ubuntu-latest
+3 −0
Original line number Diff line number Diff line
image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest"

variables:
  SENTRY_DSN: ${SENTRY_DSN}

stages:
  - build