Skip to content

Commit

Permalink
add aws secret oneoff test
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 29, 2025
1 parent d25c48a commit 10af981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codebuild_runner_aws_secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: |
echo "::add-mask::${{ env.TEST_SECRET_1 }}"
echo "::add-mask::${{ env.TEST_SECRET_2 }}"
echo -e "::add-mask::${{ env.TEST_SECRET_3 }}"
echo "this causes the mask to break ::add-mask::${{ env.TEST_SECRET_3 }}"

0 comments on commit 10af981

Please sign in to comment.