mirror of
https://github.com/TeamPiped/piped-uptime.git
synced 2024-12-06 20:00:11 +01:00
⬆️ Update @upptime to v1.29.0
This commit is contained in:
@@ -23,10 +23,10 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
|
||||
Reference in New Issue
Block a user