Skip to content

Commit

Permalink
Add SENTRY_DSN to env
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Feb 5, 2024
1 parent 97290f9 commit 6466874
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ env:
AZURE_CONTAINER: ${{ secrets.AZURE_CONTAINER }}
# GOOGLE_APPLICATION_CREDENTIALS = os.getenv("GOOGLE_APPLICATION_CREDENTIALS")
# GCS_BUCKET = os.getenv("GCS_BUCKET")
# Setup Sentry, add the DSN to secrets and uncomment here
# SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
GOOGLE_CLOUD_API_KEY: ${{ secrets.GOOGLE_CLOUD_API_KEY }}

jobs:
Expand Down

0 comments on commit 6466874

Please sign in to comment.