We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2a9cc commit d829ed9Copy full SHA for d829ed9
1 file changed
.github/workflows/psrule-monitor.yml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
# Install-Module -Name PSRule -Force -Scope CurrentUser -SkipPublisherCheck
19
Install-Module -Name PSRule.Monitor -Force -Scope CurrentUser -SkipPublisherCheck
20
+ shell: pwsh
21
22
- name: Run PSRule
23
@@ -31,6 +32,7 @@ jobs:
31
32
-Format Detect -Culture en
33
$result | Send-PSRuleMonitorRecord -WorkspaceId $Env:PSRULE_CONFIGURATION_MONITOR_WORKSPACE_ID `
34
-SharedKey $Env:PSRULE_CONFIGURATION_MONITOR_WORKSPACE_KEY -LogName RjbTest
35
36
env:
37
PSRULE_CONFIGURATION_MONITOR_WORKSPACE_ID: ${{ secrets.PSRULE_CONFIGURATION_MONITOR_WORKSPACE_ID }}
38
PSRULE_CONFIGURATION_MONITOR_WORKSPACE_KEY: ${{ secrets.PSRULE_CONFIGURATION_MONITOR_WORKSPACE_KEY }}
0 commit comments