Skip to content

Commit

Permalink
test: fix ci plist generator (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: goncalo-frade-iohk <[email protected]>
  • Loading branch information
amagyar-iohk authored and goncalo-frade-iohk committed May 14, 2024
1 parent f858710 commit 7832ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
<key>MEDIATOR_OOB_URL</key>
<string>${{env.MEDIATOR_OOB_URL}}</string>
<key>PRISM_AGENT_URL</key>
<string>$${{env.PRISM_AGENT_URL}}</string>
<string>${{env.PRISM_AGENT_URL}}</string>
<key>APIKEY</key>
<string>$${{env.APIKEY}}</string>
<string>${{env.APIKEY}}</string>
<key>PUBLISHED_DID</key>
<string>${{env.PUBLISHED_DID}}</string>
<key>JWT_SCHEMA_GUID</key>
Expand Down

0 comments on commit 7832ffd

Please sign in to comment.