Skip to content

Commit

Permalink
Fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 15, 2023
1 parent e1389f6 commit 28884b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28884b3

Please sign in to comment.