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 3db06db commit fbc63e1Copy full SHA for fbc63e1
.github/workflows/dotnet-eks-windows-test.yml
@@ -36,7 +36,7 @@ permissions:
36
env:
37
E2E_TEST_ACCOUNT_ID: ${{ secrets.XZH_APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
38
ACCOUNT_ID: ${{ secrets.XZH_APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
39
- E2E_TEST_ROLE_NAME: ${{ secrets.XZH_APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
+ E2E_TEST_ROLE_NAME: ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
40
E2E_TEST_AWS_REGION: ${{ inputs.aws-region }}
41
CLUSTER_NAME: ${{ inputs.test-cluster-name }}
42
METRIC_NAMESPACE: ApplicationSignals
0 commit comments