Skip to content

Commit

Permalink
fix: 🐛 updated contributors PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Oct 6, 2021
1 parent 20aeb0f commit a1d22db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,4 +25,4 @@ jobs:
{
"📚 Documentation": ["README.md", "docs/**"],
"💻 Code": ["src/**"]
}
}

0 comments on commit a1d22db

Please sign in to comment.