Skip to content

Commit a31ff4f

Browse files
committed
workflows/test.yml: Add step with testing secrets mask
Signed-off-by: Eduard Kaverinskyi <eduard.kaverinskyi@3mdeb.com>
1 parent f49dbb6 commit a31ff4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ jobs:
7171
log_file: output_pcengines_seabios.log
7272

7373
steps:
74+
- name: TEST SECRETS MASK
75+
shell: bash
76+
run: |
77+
SECRET=pass1234
78+
echo "::add-mask::$SECRET"
79+
echo "$SECRET"
80+
7481
- name: Run IPXE server
7582
shell: bash
7683
run: ./open-source-firmware-validation/scripts/ci/ipxe-run.sh \

0 commit comments

Comments
 (0)