ci: fix 2

This commit is contained in:
2025-09-27 21:08:47 +02:00
committed by GitHub
parent 93aa12c630
commit c801730af9

View File

@@ -187,8 +187,8 @@ jobs:
} }
} }
Seq = @{ Seq = @{
ServerUrl = ${{ vars.SEQ_URL }} ServerUrl = "${{ vars.SEQ_URL }}"
ApiKey = ${{ secrets.seq_api_key }} ApiKey = "${{ secrets.seq_api_key }}"
MinimumLevel = "Trace" MinimumLevel = "Trace"
LevelOverride = @{ LevelOverride = @{
Microsoft = "Warning" Microsoft = "Warning"