Skip to content

Commit

Permalink
Use GitHub secrets for public sentry dsn (#5371)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer authored Dec 5, 2024
1 parent 630ded4 commit 16752f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
UPLOAD_SENTRY_SOURCEMAPS: true
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_RELEASE: ${{ github.ref_name }}
NEXT_PUBLIC_SENTRY_DSN: ${{ env.NEXT_PUBLIC_SENTRY_DSN }}
NEXT_PUBLIC_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: |
docker build --tag blurts-server \
--build-arg SENTRY_RELEASE="$SENTRY_RELEASE" \
Expand Down

0 comments on commit 16752f0

Please sign in to comment.