Skip to content

Commit ea996dc

Browse files
committed
use PAT token for sending PRs
Signed-off-by: Min Jin <minkimzz@amazon.com>
1 parent b2f558f commit ea996dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ jobs:
112112
with:
113113
source_branch: ${{ env.BRANCH }}
114114
destination_branch: ${{ github.ref_name }}
115-
github_token: ${{ secrets.GITHUB_TOKEN }}
115+
github_token: ${{ secrets.PAT_TOKEN }}
116116
pr_title: "Automated Generate from openapi ${{ github.event.inputs.kubernetesBranch }}"

0 commit comments

Comments
 (0)