We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb8d3a commit b28993dCopy full SHA for b28993d
.github/workflows/update.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: update schema.json
45
uses: gr2m/create-or-update-pull-request-action@v1.x
46
env:
47
- GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
+ GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
48
with:
49
branch: schema-update
50
author: Octokit Bot <octokitbot@martynus.net>
0 commit comments