diff --git a/.github/workflows/prettier-update.yml b/.github/workflows/prettier-update.yml index 816e5d607fc5..87fa8df1fb55 100644 --- a/.github/workflows/prettier-update.yml +++ b/.github/workflows/prettier-update.yml @@ -36,7 +36,7 @@ jobs: # We cannot use secrets.GITHUB_TOKEN for this because it is not permitted to kick off subsequent actions worfklow runs, so we use a PAT instead GITHUB_TOKEN: ${{ secrets.JAMES_HENRY_GITHUB_TOKEN }} run: | - yarn --ignore-scripts + yarn --mode skip-build yarn format # Commit all the changes to the PR (see note on not being able to use secrets.GITHUB_TOKEN for this)