We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa5a5d commit d4fe11cCopy full SHA for d4fe11c
.github/workflows/ci.yml
@@ -96,11 +96,6 @@ jobs:
96
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
97
role-session-name: GCAPIBackend-GitHubAction-AssumeRoleWithAction
98
aws-region: ${{ secrets.CLOUDKEY_AWS_DEFAULT_REGION }}
99
- - name: Debug credentials
100
- run: |
101
- echo "AWS_ACCESS_KEY_ID=${{ secrets.CLOUDKEY_AWS_ACCESS_KEY_ID }}"
102
- echo "AWS_SECRET_ACCESS_KEY=${{ secrets.CLOUDKEY_AWS_SECRET_ACCESS_KEY }}"
103
- aws sts get-caller-identity
104
- name: Load AWS Account
105
run: aws sts get-caller-identity
106
- name: Setup Python
0 commit comments