Skip to content

Commit

Permalink
⬆️ Update @upptime to v1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
upptime-bot committed Mar 1, 2021
1 parent 8a1c7a1 commit dc6ad1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT }}
- uses: maxheld83/[email protected]
- uses: peaceiris/[email protected]
name: GitHub Pages Deploy
env:
BUILD_DIR: "site/status-page/__sapper__/export/"
GH_PAT: ${{ secrets.GH_PAT }}
with:
github_token: ${{ secrets.GH_PAT }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "[email protected]"
10 changes: 6 additions & 4 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT }}
- uses: maxheld83/[email protected]
- uses: peaceiris/[email protected]
name: GitHub Pages Deploy
env:
BUILD_DIR: "site/status-page/__sapper__/export/"
GH_PAT: ${{ secrets.GH_PAT }}
with:
github_token: ${{ secrets.GH_PAT }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "[email protected]"

0 comments on commit dc6ad1b

Please sign in to comment.