diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index 555383f52b..601a7f264a 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -38,7 +38,7 @@ jobs: - name: Run updater scripts env: # need to use a token from a user with access to github/github for this step - GITHUB_TOKEN: ${{ secrets.RACHMARI_REPO_WORKFLOW }} + GITHUB_TOKEN: ${{ secrets.DOCS_BOT }} run: | script/graphql/update-files.js - name: Create pull request