From d96a6e8969cb5de4603746d200ce00b18b44abe5 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Fri, 9 Aug 2024 15:11:16 +0300 Subject: [PATCH] Fix team-check action --- team-check/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/team-check/action.yml b/team-check/action.yml index 804d6df..ebd055d 100644 --- a/team-check/action.yml +++ b/team-check/action.yml @@ -17,7 +17,7 @@ runs: username: ${{ github.actor }} organization: armbian team: "${{ inputs.TEAM }}" - GITHUB_TOKEN: ${{ inputs.ORG_MEMBERS }} + GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} - name: Cancel if not a part of the team if: ${{ steps.checkUserMember.outputs.isTeamMember == 'false' }}