From 16de3ec57a6ed634ad3b95c1c4b048620be476af Mon Sep 17 00:00:00 2001 From: cansavvy Date: Thu, 22 Feb 2024 15:56:09 -0500 Subject: [PATCH] FIX --- .github/workflows/refresh-site.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/refresh-site.yml b/.github/workflows/refresh-site.yml index 1884675..6b50a5f 100644 --- a/.github/workflows/refresh-site.yml +++ b/.github/workflows/refresh-site.yml @@ -5,8 +5,6 @@ name: Refresh Site -# Controls when the action will run. Triggers the workflow on push -# events only for the master branch on: workflow_dispatch: push: @@ -27,9 +25,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: - token: ${{ secrets.METRICMINER_GITHUB }} + fetch-depth: 0 + token: ${{ secrets.METRICMINER_GITHUB_PAT }} # Use the yaml-env-action action. - name: Load environment from YAML