From 5b2fca11683216d07d6aa43eca1724b272814020 Mon Sep 17 00:00:00 2001 From: Amund Myrbostad Date: Tue, 21 Jan 2025 09:28:38 +0100 Subject: [PATCH] oi --- .github/workflows/workflow-build-and-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-build-and-test.yml b/.github/workflows/workflow-build-and-test.yml index 3d4981ab4..9992ef29f 100644 --- a/.github/workflows/workflow-build-and-test.yml +++ b/.github/workflows/workflow-build-and-test.yml @@ -24,10 +24,9 @@ jobs: - name: Test env: - DialogportenSettings:Environment: "test" DialogportenSettings:Maskinporten:ClientId: ${{secrets.DIALOGPORTEN_MASKINPORTEN_CLIENTID}} DialogportenSettings:Maskinporten:Scope: ${{secrets.DIALOGPORTEN_MASKINPORTEN_SCOPE}} DialogportenSettings:Maskinporten:EncodedJwk: ${{secrets.DIALOGPORTEN_MASKINPORTEN_ENCODEDJWK}} Ed25519Keys:Primary:Kid: ${{secrets.ED25519KEYS_PRIMARY_KID}} - Ed25519Keys.Primary.PublicComponent: ${{secrets.ED25519KEYS_PRIMARY_PUBLICCOMPONENT}} + Ed25519Keys:Primary:PublicComponent: ${{secrets.ED25519KEYS_PRIMARY_PUBLICCOMPONENT}} run: dotnet test --no-build --configuration Release