Skip to content

Commit dd3d98e

Browse files
committed
Mask Sentry auth as a secret
1 parent b76358d commit dd3d98e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ jobs:
308308
echo "CONFERENCE_CODE=$conference_code" >> "$GITHUB_OUTPUT"
309309
310310
sentry_auth_token=$(aws ssm get-parameter --output text --query Parameter.Value --with-decryption --name /pythonit/${{ env.TF_WORKSPACE }}/common/sentry-auth-token)
311+
echo "::add-mask::$sentry_auth_token"
311312
echo "SENTRY_AUTH_TOKEN=$sentry_auth_token" >> "$GITHUB_OUTPUT"
312313
- name: Build and push
313314
if: ${{ steps.image.outputs.image_exists == 0 }}

0 commit comments

Comments
 (0)