We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4917aa1 commit 715008dCopy full SHA for 715008d
1 file changed
.github/workflows/update-graphql-files.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run updater scripts
39
env:
40
# need to use a token from a user with access to github/github for this step
41
- GITHUB_TOKEN: ${{ secrets.RACHMARI_REPO_WORKFLOW }}
+ GITHUB_TOKEN: ${{ secrets.DOCS_BOT }}
42
run: |
43
script/graphql/update-files.js
44
- name: Create pull request
0 commit comments