From 4722da60070a5e712cce3786ee1c004425370b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Mon, 1 Nov 2021 23:07:29 +0100 Subject: [PATCH] Upgrade to latest and enable protected mode. --- .github/workflows/contributors.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 38b9e780..20e636dc 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -8,6 +8,8 @@ jobs: name: Add contributors to readme steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.2 + uses: akhilmhdh/contributors-readme-action@v2.3 + with: + is_protected: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}