Skip to content

Commit b2f558f

Browse files
committed
checkout java repo with PAT token for PR permission
Signed-off-by: Min Jin <minkimzz@amazon.com>
1 parent cd53b20 commit b2f558f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout Java
3333
uses: actions/checkout@v4
34+
with:
35+
token: ${{ secrets.PAT_TOKEN }}
3436
- name: Setup Java
3537
uses: actions/setup-java@v4
3638
with:

0 commit comments

Comments
 (0)