uptime.yml (912B)
1 # This file was generated by upptime/uptime-monitor@v1.26.1 2 # 3 # =============================== 4 # Do not edit this file directly! 5 # =============================== 6 # 7 # Your changes will be overwritten when the template updates (daily) 8 # Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs 9 10 name: Uptime CI 11 on: 12 schedule: 13 - cron: "*/5 * * * *" 14 repository_dispatch: 15 types: [uptime] 16 workflow_dispatch: 17 jobs: 18 release: 19 name: Check status 20 runs-on: ubuntu-18.04 21 steps: 22 - name: Checkout 23 uses: actions/checkout@v2.3.3 24 with: 25 ref: ${{ github.head_ref }} 26 token: ${{ secrets.GITHUB_TOKEN }} 27 - name: Check endpoint status 28 uses: upptime/uptime-monitor@v1.26.1 29 with: 30 command: "update" 31 env: 32 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 33 SECRETS_CONTEXT: ${{ toJson(secrets) }}