Skip to content

Commit

Permalink
ci: update root ca
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 27, 2024
1 parent 65c7eac commit ccdaaaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clean-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
- name: Prepare openstack client environment
run: |
sudo dnf install -y python-openstackclient jq
sudo curl -sS -o /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt https://password.corp.redhat.com/RH-IT-Root-CA.crt
sudo curl -kLO ${CERT_URL}/certs/Current-IT-Root-CAs.pem --output-dir /etc/pki/ca-trust/source/anchors
sudo update-ca-trust extract
env:
CERT_URL: ${{ secrets.CERT_URL }}

# Get required authentication env variables from openrc.sh exported from openstack UI
- name: 3rd - Clean Openstack VMs running over 8 hours
Expand Down

0 comments on commit ccdaaaa

Please sign in to comment.