diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index 671fe0d7..ad4e1974 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -14,5 +14,5 @@ jobs: - name: Process Label Action uses: dessant/label-actions@v4 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: '.github/label-actions.yml' + github-token: ${{ secrets.GITHUB_TOKEN }} + config-path: '.github/label-actions.yml'