From 9c50db1a6f562f6ae288d61def7eebe4155a37f4 Mon Sep 17 00:00:00 2001 From: Sujay Kandwal Date: Thu, 26 Sep 2024 15:22:01 -0400 Subject: [PATCH] Check workflow once again pt 5 Signed-off-by: Sujay Kandwal --- .github/workflows/test_profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_profile.yml b/.github/workflows/test_profile.yml index 96de758..c1c9016 100644 --- a/.github/workflows/test_profile.yml +++ b/.github/workflows/test_profile.yml @@ -53,7 +53,7 @@ jobs: - name: Collect certificate file shell: pwsh run: | - "[IO.File]::WriteAllBytes(cert.pfx,(${{secrets.SAF_365_CERTIFICATE}} | ConvertFrom-Json | %{[byte]$_}))" + "[IO.File]::WriteAllBytes(cert.pfx,(${{secrets.SAF_M365_CERTIFICATE}} | ConvertFrom-Json | %{[byte]$_}))" - name: Run Inspec test continue-on-error: true