diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 25e87d7bf..9eb2ca56c 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -30,7 +30,7 @@ jobs: uses: tspascoal/get-user-teams-membership@v2 id: teamAffiliation with: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + GITHUB_TOKEN: ${{ secrets.XOLA_CODE_REVIEW_TOKEN }} username: ${{ github.actor }} organization: xola