Skip to content

Commit

Permalink
ci: add public sentry dns env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Shtian committed Mar 19, 2024
1 parent 0f562ca commit b36b89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
PUBLIC_SUPABASE_ANON_KEY: some-public-supabase-anon-key
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
OPENAI_API_KEY: some-openai-api-key
PUBLIC_SENTRY_DNS: https://e3619164ee187231b7ee10d1eabfed75@o4506763794972672.ingest.sentry.io/4506763796938752
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b36b89e

Please sign in to comment.