Skip to content

Commit

Permalink
fix(ci): sentry dsn param is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Jul 2, 2024
1 parent ff07ca4 commit 4f48ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
SENTRY_PROJECT=${{ secrets.SENTRY_PROJECT }}
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_URL=${{ secrets.SENTRY_URL }}
SENTRY_DSN=${{ secrets.SENTRY_DSN }}

0 comments on commit 4f48ca2

Please sign in to comment.