💚 Fix incorrect parameter in workflow config

pull/353/head
James Panther 2022-11-08 13:17:09 +11:00
parent c630e69e32
commit 46d6884519
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 1 additions and 1 deletions

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"}]'