fix: add ca-certificates for SSL CA verification in promotion gate
CI / ci (push) Successful in 50s
Promotion Gate / Promotion Gate (pull_request) Successful in 8s
CI / ci (pull_request) Successful in 47s
Promotion Gate / Promotion Gate (pull_request_review) Successful in 9s

This commit is contained in:
2026-05-20 14:14:03 +00:00
parent 51d98f8cbc
commit 5911e9e9bf
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: apt-get update -qq && apt-get install -y --no-install-recommends curl jq run: apt-get update -qq && apt-get install -y --no-install-recommends ca-certificates curl jq
- name: Check promotion approval - name: Check promotion approval
env: env: