Skip to content

Commit 940bc9c

Browse files
EMaherCopilot
andcommitted
feat: add redact-secrets integration test to release workflow
Call integration-redact-secrets.yml as the third sequential step (after all-types integration), using the same SKU and region inputs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3deab9e commit 940bc9c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/release-tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,17 @@ jobs:
5656
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
5757
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
5858
APIM_PUBLISHER_EMAIL: ${{ secrets.APIM_PUBLISHER_EMAIL }}
59+
60+
redact-secrets-integration:
61+
name: Redact Secrets Integration Test
62+
needs: all-types-integration
63+
uses: ./.github/workflows/integration-redact-secrets.yml
64+
with:
65+
sku: ${{ inputs.sku }}
66+
location: ${{ inputs.location }}
67+
log_level: ${{ inputs.log_level }}
68+
secrets:
69+
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
70+
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
71+
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
72+
APIM_PUBLISHER_EMAIL: ${{ secrets.APIM_PUBLISHER_EMAIL }}

0 commit comments

Comments
 (0)