Skip to content

Commit 7503251

Browse files
authored
1236: allow iframe communication in test (#1422)
relates to issue: [1236](RaspberryPiFoundation/digital-editor-issues#1236) Deploy is currently not configured to allow the scratch iframe to use the postmessage api to communication with editor-ui. Adding in the domain with the env variable should enable this on test.
1 parent e335014 commit 7503251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ on:
6060
type: string
6161
react_app_allowed_iframe_origins:
6262
required: false
63-
default: "https://staging-editor.raspberrypi.org,https://staging-editor-static.raspberrypi.org"
63+
default: "https://staging-editor.raspberrypi.org,https://staging-editor-static.raspberrypi.org,https://test-editor.raspberrypi.org"
6464
type: string
6565

6666
secrets:

0 commit comments

Comments
 (0)