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