Skip to content

Commit

Permalink
fix: add debugging info onto workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yike5460 committed Oct 25, 2024
1 parent 3a97677 commit 0afd046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-genai-cicd-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ jobs:
npm list @actions/github
shell: bash

- name: Debug GitHub Token
- name: Debug GitHub Token and environment variables
run: |
if [ -n "${{ secrets.GITHUB_TOKEN }}" ]; then
echo "GitHub Token is set"
else
echo "GitHub Token is not set"
fi
echo "AWS_ROLE_TO_ASSUME: ${{ vars.AWS_ROLE_TO_ASSUME_VAR }}"
# assume the specified IAM role and set up the AWS credentials for use in subsequent steps.
- name: Configure AWS Credentials
Expand Down

0 comments on commit 0afd046

Please sign in to comment.