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' }}