Skip to content

Commit d6f4a94

Browse files
authored
build: use token during checkout (#546)
1 parent 1979766 commit d6f4a94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: Checkout code
6363
uses: actions/checkout@v5
6464
with:
65+
token: ${{ steps.app-token.outputs.token }}
66+
fetch-depth: 0
67+
persist-credentials: false
6568
submodules: recursive
6669
- name: Set up JDK 17
6770
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)