From cb50e287d331714753e2122348c953ab29d9fef9 Mon Sep 17 00:00:00 2001 From: Adam Richie-Halford Date: Fri, 18 Oct 2024 15:36:56 -0700 Subject: [PATCH] Use gh auth login --- .github/workflows/regular-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regular-review.yml b/.github/workflows/regular-review.yml index 7af876b..832e36b 100644 --- a/.github/workflows/regular-review.yml +++ b/.github/workflows/regular-review.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh auth login --with-token <<< "$GH_TOKEN" + gh auth login TEAM_MEMBERS=$(gh api orgs/yeatmanlab/teams/roar-infosec-maintainers/members --jq '.[].login') ISSUE_BODY="It is time for the review of the Data Privacy and Information Security Manual and the Software Development Lifecycle Policies. Please ensure all sections are up to date and in compliance with current regulations. @yeatmanlab/roar-infosec-maintainers"