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 fa437f6 commit 40bbf14Copy full SHA for 40bbf14
.github/scripts/publish-mds-stage.sh
@@ -12,8 +12,8 @@ publish()
12
url="${home}${path_prefix}${relative_filename}"
13
14
echo ""
15
- echo "curl -XPOST -vi --header \"x-content-source-authorization: stage\" ${url}"
16
- curl -XPOST -vi --header "x-content-source-authorization: stage" "${url}"
+ echo "curl -XPOST -vi --header \"x-content-source-authorization: eds-migration\" ${url}"
+ curl -XPOST -vi --header "x-content-source-authorization: eds-migration" "${url}"
17
}
18
19
# TODO: may want to only certain types of files up
0 commit comments