👷 Add Dependencies CI

This commit is contained in:
Anand Chowdhary
2020-11-24 13:54:38 +05:30
parent 76810ba1e0
commit 41527ff9f4
+29
View File
@@ -0,0 +1,29 @@
# Do not edit this file directly!
# ===============================
#
# Your changes will be overwritten when the template updates (weekly)
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
# Or propose changes to this template: https://github.com/upptime/upptime
name: Dependencies CI
on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
jobs:
release:
name: Build and deploy site
runs-on: ubuntu-18.04
if: "github.event.repository.owner == 'upptime' && github.event.repository.name == 'upptime'"
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Generate site
uses: upptime/uptime-monitor@v1.16.1
with:
command: "update-dependencies"
env:
GH_PAT: ${{ secrets.GH_PAT }}