diff --git a/scripts/public-ios-release.json b/scripts/public-ios-release.json index 1cc82266b..01eb93b9e 100644 --- a/scripts/public-ios-release.json +++ b/scripts/public-ios-release.json @@ -15,7 +15,7 @@ "name": "Publish to github", "required": true, "shell": - "curl -o RELEASE.json -x fwdproxy:8080 --silent --data '{ \"tag_name\": \"v__VERSION__\", \"target_commitish\": \"master\", \"name\": \"v__VERSION__\", \"body\": \"\", \"draft\": false, \"prerelease\": true}' https://api.github.com/repos/facebook/flipper/releases?access_token=$(secrets_tool get SONAR_GITHUB_TOKEN)", + "curl -o RELEASE.json -x fwdproxy:8080 --silent --data '{ \"tag_name\": \"v__VERSION__\", \"target_commitish\": \"master\", \"name\": \"v__VERSION__\", \"body\": \"\", \"draft\": false, \"prerelease\": true}' -H 'Authorization: token '$(secrets_tool get FLIPPER_GITHUB_TOKEN) https://api.github.com/repos/facebook/flipper/releases", "shell_type": "SandcastleLocalShell" } ]