Skip to content

Commit b28993d

Browse files
authored
ci(update): use app token
1 parent 6bb8d3a commit b28993d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: update schema.json
4545
uses: gr2m/create-or-update-pull-request-action@v1.x
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
47+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
4848
with:
4949
branch: schema-update
5050
author: Octokit Bot <octokitbot@martynus.net>

0 commit comments

Comments
 (0)