From a1d22db4d14c63c39e79d47d99cc7ca2efe393df Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 6 Oct 2021 21:18:50 +0100 Subject: [PATCH] fix: :bug: updated contributors PAT --- .github/workflows/contributors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 91554c6b7..8a3b71972 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -14,7 +14,7 @@ jobs: - uses: lowlighter/metrics@latest with: - token: ${{ secrets.WORKFLOW_PAT }} + token: ${{ secrets.PERSONAL_PAT }} filename: metrics.plugin.contributors.categories.svg template: repository repo: Ombi @@ -25,4 +25,4 @@ jobs: { "📚 Documentation": ["README.md", "docs/**"], "💻 Code": ["src/**"] - } \ No newline at end of file + }