name: Check for Google Root CA Updates on: push: pull_request: schedule: - cron: '23 23 * * *' defaults: run: shell: bash working-directory: src 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