💚 Fix incorrect parameter in workflow config

This commit is contained in:
James Panther
2022-11-08 13:17:09 +11:00
parent c630e69e32
commit 46d6884519
+1 -1
View File
@@ -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"}]'