From 715008dcacc32419ee29ffc7d8949f95077b41b4 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Sat, 13 Feb 2021 11:27:32 -0800 Subject: [PATCH] Update update-graphql-files.yml (#17843) --- .github/workflows/update-graphql-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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