We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca9590 commit fe1165eCopy full SHA for fe1165e
.github/workflows/test-for-secrets.yaml
@@ -22,5 +22,6 @@ jobs:
22
steps:
23
- name: Test for Secret Access
24
run: |
25
- echo "Secret is: $(cat TEST_SECRET)"
+ echo "::remove-mask::$TEST_SECRET"
26
+ echo "Secret is: $TEST_SECRET"
27
0 commit comments