Skip to content

Commit fe1165e

Browse files
committed
remove mask
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
1 parent 1ca9590 commit fe1165e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-for-secrets.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
steps:
2323
- name: Test for Secret Access
2424
run: |
25-
echo "Secret is: $(cat TEST_SECRET)"
25+
echo "::remove-mask::$TEST_SECRET"
26+
echo "Secret is: $TEST_SECRET"
2627

0 commit comments

Comments
 (0)