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 e09eced commit 5774b2cCopy full SHA for 5774b2c
.github/workflows/cicd.yml
@@ -53,11 +53,19 @@ 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:
67
role-to-assume: ${{ secrets.DJANGO_ADAPTER_INTEGRATION_TEST_ROLE }}
- aws-region: us-east-1
68
+ aws-|<D-z>region: us-east-1
69
70
- name: Setup venv
71
run: |
0 commit comments