Skip to content

Commit

Permalink
fix: add mandatory sentry environment variables to ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-richter committed Sep 25, 2021
1 parent a662752 commit 85694ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
branches:
- main

env:
SENTRY_AUTH_TOKEN: '${{ secret.SENTRY_AUTH_TOKEN }}'
SENTRY_DSN: '${{ secret.SENTRY_DSN }}'
SENTRY_ORG: '${{ secret.SENTRY_ORG }}'
SENTRY_PROJECT: '${{ secret.SENTRY_PROJECT }}'
SENTRY_URL: '${{ secret.SENTRY_URL }}'

jobs:
cache-dependencies:
name: 📄 Cache Dependencies
Expand Down

0 comments on commit 85694ed

Please sign in to comment.