From 28884b3e207b4cb11468fd24332e6668172da6f2 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Fri, 15 Sep 2023 18:30:44 +0100 Subject: [PATCH] Fix env var --- .github/workflows/check_author.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_author.yml b/.github/workflows/check_author.yml index 77ca42c09..2e0ddf833 100644 --- a/.github/workflows/check_author.yml +++ b/.github/workflows/check_author.yml @@ -12,7 +12,7 @@ jobs: uses: tspascoal/get-user-teams-membership@v2 id: teamAffiliation with: - GITHUB_TOKEN: ${{ secrets.TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} username: ${{ github.actor }} team: codeforlife - name: Stop workflow if user is no member