Skip to content

Commit 551fc5e

Browse files
committed
release workflow: use JRELEASER token also for checkout
1 parent 584e2b8 commit 551fc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jreleaser-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v3
2020
with:
21-
persist-credentials: false
21+
token: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
2222
fetch-depth: 0
2323

2424
- name: Setup Java

0 commit comments

Comments
 (0)