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 + }