Skip to content

Commit

Permalink
test: fix ci plist generator (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk authored Mar 29, 2024
1 parent 34755dd commit 7bfcaaf
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 7bfcaaf

Please sign in to comment.