From 31b8e08a565c8faa3dd284b8e2fb5ee92f8a59f2 Mon Sep 17 00:00:00 2001 From: David Zager Date: Tue, 6 Feb 2024 14:16:46 -0500 Subject: [PATCH] :seedling: use bot for labelling too Signed-off-by: David Zager --- .github/workflows/reconcile-issue.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reconcile-issue.yaml b/.github/workflows/reconcile-issue.yaml index 049d90e..4859622 100644 --- a/.github/workflows/reconcile-issue.yaml +++ b/.github/workflows/reconcile-issue.yaml @@ -27,9 +27,8 @@ jobs: - name: Handle labels uses: actions/github-script@v7 - env: - GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }} with: + github-token: ${{ steps.get_workflow_token.outputs.token }} script: | // begin helper function for adding comments async function ensureComment(body, shouldExist) {