Skip to content

Commit 1c88fcf

Browse files
authored
Update .github/workflows/cicd.yml
1 parent 5db9be5 commit 1c88fcf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ jobs:
5353
restore-keys: |
5454
${{ runner.os }}-pip-
5555
56-
- name: verify secrets configuration
57-
env:
58-
CLUSTER_ENDPOINT: ${{ secrets.CLUSTER_ENDPOINT }}
59-
DJANGO_ADAPTER_INTEGRATION_TEST_ROLE: ${{ secrets.DJANGO_ADAPTER_INTEGRATION_TEST_ROLE}}
60-
run: |
61-
echo $CLUSTER_ENDPOINT
62-
echo $DJANGO_ADAPTER_INTEGRATION_TEST_ROLE
63-
6456
- name: Configure AWS Credentials
6557
uses: aws-actions/configure-aws-credentials@v4
6658
with:

0 commit comments

Comments
 (0)