mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-07 13:13:34 +00:00
Download Google roots.pem
This commit is contained in:
20
.github/workflows/get-roots.yaml
vendored
Normal file
20
.github/workflows/get-roots.yaml
vendored
Normal 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
|
Reference in New Issue
Block a user