Skip to content

Commit

Permalink
oi
Browse files Browse the repository at this point in the history
  • Loading branch information
Fargekritt committed Jan 21, 2025
1 parent d60ac48 commit 5e5778c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
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}}
DialogportenSettings:Maskinporten:EncodedJwk: "${{secrets.DIALOGPORTEN_MASKINPORTEN_ENCODEDJWK}}"
Ed25519Keys:Primary:Kid: "${{secrets.ED25519KEYS_PRIMARY_KID}}"
Ed25519Keys:Primary:PublicComponent: "${{secrets.ED25519KEYS_PRIMARY_PUBLICCOMPONENT}}"
run: dotnet test --no-build --configuration Release

0 comments on commit 5e5778c

Please sign in to comment.