From a2e8f1631e634007c5085a925d98529331c30c36 Mon Sep 17 00:00:00 2001 From: Luigi Date: Wed, 13 Nov 2024 23:31:18 +0100 Subject: [PATCH] update workflow Signed-off-by: DHD2280 --- .github/workflows/fetch_contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_contributors.yml b/.github/workflows/fetch_contributors.yml index 081b37cd..a5d48ebe 100644 --- a/.github/workflows/fetch_contributors.yml +++ b/.github/workflows/fetch_contributors.yml @@ -26,7 +26,7 @@ jobs: with: image_size: 32 readme_path: "docs/contributors.md" - collaborators: all + collaborators: outside env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}