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 5db9be5 commit 1c88fcfCopy full SHA for 1c88fcf
.github/workflows/cicd.yml
@@ -53,14 +53,6 @@ jobs:
53
restore-keys: |
54
${{ runner.os }}-pip-
55
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
-
64
- name: Configure AWS Credentials
65
uses: aws-actions/configure-aws-credentials@v4
66
with:
0 commit comments