fix graphql docs automation (#53838)
This commit is contained in:
2
.github/workflows/sync-audit-logs.yml
vendored
2
.github/workflows/sync-audit-logs.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
# need to use a token from a user with access to github/audit-log-allowlists for this step
|
||||
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
|
||||
run: |
|
||||
npm run audit-log-sync
|
||||
npm run sync-audit-log
|
||||
|
||||
- name: Get the audit-log-allowlists SHA being synced
|
||||
id: audit-log-allowlists
|
||||
|
||||
2
.github/workflows/sync-graphql.yml
vendored
2
.github/workflows/sync-graphql.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
env:
|
||||
# need to use a token from a user with access to github/github for this step
|
||||
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
|
||||
run: npm run graphql-sync
|
||||
run: npm run sync-graphql
|
||||
- name: Create pull request
|
||||
id: create-pull-request
|
||||
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # pin @v7.0.3
|
||||
|
||||
Reference in New Issue
Block a user