diff --git a/.github/workflows/tokens-pr.yml b/.github/workflows/tokens-pr.yml index 2d983889..f54cfe22 100644 --- a/.github/workflows/tokens-pr.yml +++ b/.github/workflows/tokens-pr.yml @@ -38,6 +38,6 @@ jobs: --head ${{ github.ref_name }} \ --title 'feat: Design Tokens Update' \ --body 'Design Tokens were updated! This PR was created to update the code.' \ - --reviewer MewsSystems/tech.mo.platform.owners + --reviewer MewsSystems/tech-mo-platform-owners env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}