Skip to content

Commit

Permalink
test using gha codebuild runner and aws secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 21, 2025
1 parent 4294df0 commit 58055a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codebuild_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: check aws secrets
id: check-aws-secrets
run: |
echo -e "::add-mask::${{ env.TEST_SECRET_1 }}"
echo -e "::add-mask::${{ env.TEST_SECRET_2 }}"
echo -e "${{ env.TEST_SECRET_3 }}"
echo -e "print test-secret-1 ::add-mask::${{ env.TEST_SECRET_1 }} ... mask applied"
echo -e "print test-secret-2 ::add-mask::${{ env.TEST_SECRET_2 }} ... mask applied"
echo -e "print test-secret-3 ${{ env.TEST_SECRET_3 }}" ... no mask applied
- name: check env context
id: check-env-context
Expand Down

0 comments on commit 58055a3

Please sign in to comment.