Skip to content

Commit

Permalink
Check workflow once again pt 14
Browse files Browse the repository at this point in the history
Signed-off-by: Sujay Kandwal <[email protected]>
  • Loading branch information
skandwal-mitre committed Sep 26, 2024
1 parent b006c35 commit 8ed91e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
shell: pwsh
run: |
pwd
[IO.File]::WriteAllBytes("cert.pfx", (${{secrets.SAF_M365_CERTIFICATE}} | ConvertFrom-Json | %{[byte]$_))
[IO.File]::WriteAllBytes("cert.pfx", ([string]${{secrets.SAF_M365_CERTIFICATE}} | ConvertFrom-Json | %{[byte]$_))
- name: Validate certificate contents
shell: bash
Expand Down

0 comments on commit 8ed91e3

Please sign in to comment.