From 8d6c6956767a59508fdcd99e02f9be2d3ba34506 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 5 Oct 2021 22:28:37 +0100 Subject: [PATCH] fix: :bug: Give it a access token --- .github/workflows/contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 869204567..d6255cdbc 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -15,6 +15,7 @@ jobs: - uses: lowlighter/metrics@latest with: + token: ${{ secrets.WORKFLOW_PAT }} plugin_contributors: yes plugin_contributors_base: "" # Base reference (commit, tag, branch, etc.) plugin_contributors_head: main # Head reference (commit, tag, branch, etc.)