⬆️ Update @upptime to v1.29.0

This commit is contained in:
Upptime Bot
2023-02-22 00:12:15 +00:00
parent 6d6fc29874
commit c93cc1a04b
8 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -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 summary in README
uses: upptime/uptime-monitor@v1.29.0
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}