diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index 79be86a005..a0341e42a1 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -15,9 +15,9 @@ jobs: id: checkUserMember with: username: ${{ github.actor }} - team: "content-maintainers,junior-maintainers" # CHANGE TEAM NAME HERE PLEASE <------ - GITHUB_TOKEN: ${{ secrets.PAT }} + team: "content-maintainers,junior-maintainers" + GITHUB_TOKEN: ${{ secrets.GH_PAT }} - if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }} uses: actions-ecosystem/action-add-labels@v1 with: - labels: "PR: Approved" \ No newline at end of file + labels: "S: Approved"