Skip to content

Commit

Permalink
testing github workspace trigger 15
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganhattar committed Jul 13, 2024
1 parent 414c227 commit 46aae93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs: # jobs are steps to excute in the pipeline
- name: check environment vars
run: |
echo env
[[ -n "${{ secrets.AWS_SECRET_ACCESS_KEY }}"]] && echo "valid aws secret key"
len = -n "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
echo "Length of aws secret key = $len"
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 46aae93

Please sign in to comment.