Skip to content

Commit bab477d

Browse files
Update .github/workflows/test-deploy-publish.yml
Co-authored-by: Jason Jackson <[email protected]>
1 parent a92cff2 commit bab477d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
WEBAUTHN_TABLE: ${{ vars.WEBAUTHN_TABLE }}
9595
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
9696
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
97-
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
97+
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
9898
run: cd cdk && cdk deploy --require-approval never
9999

100100
build-and-publish:

0 commit comments

Comments
 (0)