From 8c91ea2082e1b5cadced2236ae23095b273fade6 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Sat, 23 Mar 2024 16:34:16 -0500 Subject: [PATCH] hopefully the last attempt. --- .github/workflows/new_member.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new_member.yml b/.github/workflows/new_member.yml index d654cdc..7ee7303 100644 --- a/.github/workflows/new_member.yml +++ b/.github/workflows/new_member.yml @@ -39,6 +39,6 @@ jobs: - name: Close Issue if: success() run: | - gh issue close ${{ github.event.issue.number }} + gh issue close "${{ github.event.issue.number }}" -r 'completed' env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}