Skip to content

Commit f8caab7

Browse files
committed
fix protocol in deployment status check
1 parent 8f8da73 commit f8caab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/github_integration/app/workers/cron/check_deploy_status_job.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def openproject_core_sha(host, api_token)
126126
end
127127

128128
def introspection_request(host, api_token)
129-
OpenProject.httpx.basic_auth("apikey", api_token).get("http://#{host}/api/v3")
129+
OpenProject.httpx.basic_auth("apikey", api_token).get("https://#{host}/api/v3")
130130
end
131131

132132
##

0 commit comments

Comments
 (0)