We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b91aa commit 6bb8d3aCopy full SHA for 6bb8d3a
.github/workflows/update.yml
@@ -17,10 +17,15 @@ jobs:
17
- run: npm run update
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
+ - uses: actions/create-github-app-token@v1
21
+ id: app-token
22
+ with:
23
+ app-id: ${{ vars.OCTOKIT_APP_ID }}
24
+ private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
25
- name: create pull request
26
uses: gr2m/create-or-update-pull-request-action@v1.x
27
- GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
28
+ GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
29
with:
30
title: 🚧 🤖📯 GraphQL Schema changed
31
body: >
0 commit comments