Download Google roots.pem

This commit is contained in:
Jay Lee
2022-08-31 08:10:19 -04:00
committed by GitHub
parent b5580c5649
commit f5364ab4d0

20
.github/workflows/get-roots.yaml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Check for Google Root CA Updates
on:
schedule:
- cron: '23 23 * * *'
jobs:
check-apis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: pwd
run: pwd
- name: Check for updates
run: curl -o src/roots.pem https://pki.goog/roots.pem