Skip to content

Commit d4fe11c

Browse files
committed
attempted to fix github ci actions
1 parent 9aa5a5d commit d4fe11c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ jobs:
9696
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
9797
role-session-name: GCAPIBackend-GitHubAction-AssumeRoleWithAction
9898
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
10499
- name: Load AWS Account
105100
run: aws sts get-caller-identity
106101
- name: Setup Python

0 commit comments

Comments
 (0)