Skip to content

Commit b7ddef9

Browse files
authored
Merge pull request #964 from input-output-hk/ci/correctly-handle-sentry-dsn
ci: move SENTRY_DSN to GitHub secrets
2 parents 834e7f5 + e28ccbc commit b7ddef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run build
3030
env:
3131
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
32-
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
32+
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
3333
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
3434
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
3535
- name: Upload build

0 commit comments

Comments
 (0)