diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index b9ee22f5..9dba31ee 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 5ff4a0b7..417b2c88 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 4053939a..95327aaf 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 9cb28c5e..24b15ce5 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 7e1279cc..111c0862 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 076f93ce..82a6bc4e 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 ee11a9c5..2da5a342 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 e5be1610..8653985c 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) }}