ci: use PAT in step `Release`

This commit is contained in:
oSumAtrIX 2023-01-13 22:31:11 +01:00
parent d15505adaa
commit 4edc325978
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the release step uses its own credentials:
# https://github.com/cycjimmy/semantic-release-action#private-packages
persist-credentials: false
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v3