Skip to content

Commit

Permalink
undo previous change
Browse files Browse the repository at this point in the history
Signed-off-by: Sujay Kandwal <[email protected]>
  • Loading branch information
skandwal-mitre committed Dec 24, 2024
1 parent 603abf3 commit a171605
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ jobs:
"credentials": {
"pwsh": {
"pwsh-options": {
"client_id": ${{secrets.SAF_M365_CLIENT_ID}},
"tenant_id": ${{secrets.SAF_M365_TENANT_ID}},
"client_secret": ${{secrets.SAF_M365_CLIENT_SECRET}},
"client_id": "'"${{secrets.SAF_M365_CLIENT_ID}}"'",
"tenant_id": "'"${{secrets.SAF_M365_TENANT_ID}}"'",
"client_secret": "'"${{secrets.SAF_M365_CLIENT_SECRET}}"'",
"certificate_path": "cert.pfx",
"certificate_password": ${{secrets.SAF_M365_CERTIFICATE_PASSWORD}},
"organization": ${{secrets.SAF_M365_ORGANIZATION}},
"sharepoint_admin_url": ${{secrets.SAF_M365_SHAREPOINT_ADMIN_URL}},
"pwsh_path": ${{secrets.SAF_M365_PWSH_PATH}}
"certificate_password": "'"${{secrets.SAF_M365_CERTIFICATE_PASSWORD}}"'",
"organization": "'"${{secrets.SAF_M365_ORGANIZATION}}"'",
"sharepoint_admin_url": "'"${{secrets.SAF_M365_SHAREPOINT_ADMIN_URL}}"'",
"pwsh_path": "'"${{secrets.SAF_M365_PWSH_PATH}}"'"
}
}
}
Expand Down

0 comments on commit a171605

Please sign in to comment.