We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274037b commit 8c47c89Copy full SHA for 8c47c89
.github/workflows/makefile.yml
@@ -76,6 +76,7 @@ jobs:
76
echo "SHARED_FETCH_SERVER=https://code.pyret.org" >> $GITHUB_ENV
77
echo "URL_FILE_MODE=all-remote" >> $GITHUB_ENV
78
echo "IMAGE_PROXY_BYPASS=true" >> $GITHUB_ENV
79
+ echo "POSTMESSAGE_ORIGIN=*" >> $GITHUB_ENV
80
81
- name: Start application server
82
run: |
0 commit comments