mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
chore: scan-9 review findings + fix publish secret name
- Resolve F039 (bare catch regression), F053 (HA coverage), F060 (cluster config coverage), F084 (PveSession secret hiding) - Update findings.json: 11 open → 7 open, 0 regressions - Update REVIEW_REPORT.md with scan-9 results - Fix publish.yml to use NUGET_API_KEY secret (matches other projects) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -103,7 +103,7 @@ jobs:
|
||||
- name: Publish to PSGallery
|
||||
shell: pwsh
|
||||
env:
|
||||
NUGET_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
|
||||
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
|
||||
run: |
|
||||
Publish-Module -Path ./publish/netstandard2.0 -NuGetApiKey $env:NUGET_API_KEY -Verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user