From 46d6884519728e1caa7f1a4764dc9738516b3edd Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:17:09 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20incorrect=20parameter=20in?= =?UTF-8?q?=20workflow=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/label-closed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-closed.yml b/.github/workflows/label-closed.yml index 3cb42786..2606680c 100644 --- a/.github/workflows/label-closed.yml +++ b/.github/workflows/label-closed.yml @@ -21,5 +21,5 @@ jobs: - name: Update Labels uses: RebeccaStevens/issue-closed-labeler-action@latest with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + token: "${{ secrets.GITHUB_TOKEN }}" rules: '[{"condition": "wip", "remove": "wip"}]'