From 3bcb28cda1a3d31b05f240c80b27de508092a8d3 Mon Sep 17 00:00:00 2001 From: Upptime Bot <73812536+upptime-bot@users.noreply.github.com> Date: Fri, 19 Mar 2021 00:36:58 +0000 Subject: [PATCH] :arrow_up: Update @upptime to v1.26.1 --- .github/workflows/graphs.yml | 2 +- .github/workflows/response-time.yml | 2 +- .github/workflows/setup.yml | 8 ++++---- .github/workflows/site.yml | 2 +- .github/workflows/summary.yml | 2 +- .github/workflows/update-template.yml | 2 +- .github/workflows/updates.yml | 2 +- .github/workflows/uptime.yml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index b9ee22f5f..9dba31ee3 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -29,4 +29,4 @@ jobs: with: command: "graphs" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 5ff4a0b70..417b2c882 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -29,5 +29,5 @@ jobs: with: command: "response-time" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} SECRETS_CONTEXT: ${{ toJson(secrets) }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 4053939a2..95327aafc 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -30,20 +30,20 @@ jobs: with: command: "update-template" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} - name: Update response time uses: upptime/uptime-monitor@v1.26.1 with: command: "response-time" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} SECRETS_CONTEXT: ${{ toJson(secrets) }} - name: Update summary in README uses: upptime/uptime-monitor@v1.26.1 with: command: "readme" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} - name: Generate graphs uses: benc-uk/workflow-dispatch@v1 with: @@ -54,7 +54,7 @@ jobs: with: command: "site" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} - uses: peaceiris/actions-gh-pages@v3.7.3 name: GitHub Pages Deploy with: diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 9cb28c5ea..24b15ce5f 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -30,7 +30,7 @@ jobs: with: command: "site" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} - uses: peaceiris/actions-gh-pages@v3.7.3 name: GitHub Pages Deploy with: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 7e1279cc0..111c08628 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -29,7 +29,7 @@ jobs: with: command: "readme" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} - name: Run readme-repos-list uses: koj-co/readme-repos-list@master with: diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 076f93cec..82a6bc4ec 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -29,4 +29,4 @@ jobs: with: command: "update-template" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index ee11a9c57..2da5a3423 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -27,4 +27,4 @@ jobs: - name: Update code uses: upptime/updates@master env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index e5be1610f..8653985cd 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -29,5 +29,5 @@ jobs: with: command: "update" env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_PAT: ${{ secrets.GH_PAT }} SECRETS_CONTEXT: ${{ toJson(secrets) }}