Skip to content

Commit

Permalink
Added Required Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DevClate authored Nov 5, 2023
1 parent d8f537f commit fba9a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Github2Gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
NUGET_KEY: ${{ secrets.PSGALLERYAPI }}
shell: pwsh
run: |
Set-PSRepository psgallery -InstallationPolicy trusted
Install-Module ImportExcel, ExchangeOnlineManagement, Microsoft.Graph.Users, Microsoft.Graph.Groups, Microsoft.Graph.Identity.DirectoryManagement, Microsoft.Graph.Users.Actions, PSFramework, PnP.PowerShell, Microsoft.Identity.Client -confirm:$false -force
Publish-Module -Path ./ -NuGetApiKey $env:NUGET_KEY -Verbose

0 comments on commit fba9a1c

Please sign in to comment.