We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9c8c3e + c97ee16 commit ba99d12Copy full SHA for ba99d12
.github/workflows/update-graphql-files.yml
@@ -53,8 +53,11 @@ jobs:
53
# Disable pre-commit hooks; they don't play nicely here
54
HUSKY: '0'
55
with:
56
- # need to use a token with repo and workflow scopes for this step
57
- token: ${{ secrets.GITHUB_TOKEN }}
+ # Need to use a token with repo and workflow scopes for this step.
+ # Token should be a PAT because actions performed with GITHUB_TOKEN
58
+ # don't trigger other workflows and this action force pushes updates
59
+ # from the default branch.
60
+ token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
61
commit-message: 'Action ran graphql script"update-files"'
62
title: GraphQL schema update
63
body:
0 commit comments