We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd53b20 commit b2f558fCopy full SHA for b2f558f
.github/workflows/generate.yml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- name: Checkout Java
33
uses: actions/checkout@v4
34
+ with:
35
+ token: ${{ secrets.PAT_TOKEN }}
36
- name: Setup Java
37
uses: actions/setup-java@v4
38
with:
0 commit comments