Rename get-roots.yaml to get-roots.yml

This commit is contained in:
Jay Lee
2022-08-31 08:13:59 -04:00
committed by GitHub
parent 5e34b12e5c
commit 8f0ea2f6a5

25
.github/workflows/get-roots.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Check for Google Root CA Updates
on:
push:
branches: [ master ]
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: ls
run: ls -alRF
- name: Check for updates
run: curl -o src/roots.pem -vvvv https://pki.goog/roots.pem