Skip to content

Commit 6c7d335

Browse files
committed
Add masking
1 parent 195fa34 commit 6c7d335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
shell: bash
4141
run: |
4242
set -euo pipefail
43+
echo "::add-mask::$APPLE_CODESIGN_IDENTITY"
4344
echo "::group::Tag validation"
4445
4546
# 1. Must be a tag and match the regex
@@ -228,7 +229,7 @@ jobs:
228229
security find-identity -v -p codesigning "${APPLE_CODESIGN_KEYCHAIN}" || true
229230
security find-certificate -a -Z "${APPLE_CODESIGN_KEYCHAIN}" || true
230231
echo "::endgroup::"
231-
if
232+
fi
232233
fi
233234
234235
for binary in codex codex-responses-api-proxy; do

0 commit comments

Comments
 (0)