mirror of
https://github.com/wahyd4/upptime.git
synced 2026-08-09 05:06:31 +10:00
👷 Add Dependencies CI
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user