Skip to content

Commit

Permalink
install required modules
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 d5e4385 commit 4122022
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
echo "pwsh not found in PATH"
fi
- name: Connect to Exchange Online
- name: Install required modules
shell: pwsh
run: |
Install-Module -Name ExchangeOnlineManagement -Force -Scope CurrentUser
Import-Module ExchangeOnlineManagement
$CertificatePath = "cert.pfx"
$CertificatePassword = "${{secrets.SAF_M365_CERTIFICATE_PASSWORD}}"
$ClientId = "${{secrets.SAF_M365_CLIENT_ID}}"
$Organization = "${{secrets.SAF_M365_ORGANIZATION}}"
Install-module MicrosoftTeams
Import-module MicrosoftTeams
Install-module PnP.PowerShell
Import-module PnP.PowerShell
- name: Create config json file
run: |
Expand Down

0 comments on commit 4122022

Please sign in to comment.