Skip to content

Commit 716cb95

Browse files
authored
ci(openapi-update): use @octokit personal access token to trigger test CI
1 parent 1fbf000 commit 716cb95

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Create Pull Request
2323
uses: gr2m/[email protected]
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
2626
with:
2727
title: "🚧 GitHub REST API Endpoints changed"
2828
body: |

0 commit comments

Comments
 (0)