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 40aec95 commit 5b2fca1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b2fca1

Please sign in to comment.