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 08dbc02 commit 681b9c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs: # jobs are steps to excute in the pipeline
- name: check environment vars
run: |
echo env
len=`echo -n "${{ secrets.AWS_SECRET_ACCESS_KEY }}"" | wc -c `
echo "Length of aws secret key = $len"
echo "Length -n $AWS_SECRET"
env:
AWS_SECRET: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4

Expand Down

0 comments on commit 681b9c4

Please sign in to comment.