Skip to content

Commit a66e25c

Browse files
authored
Fix/pipeline (#1580)
* add deploy key to correct checkout * deploy
1 parent 2e63596 commit a66e25c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable__generate-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
uses: actions/checkout@v4
8787
with:
8888
ref: ${{env.BRANCH_NAME}}
89+
ssh-key: ${{ secrets.DEPLOY_KEY }}
8990

9091
- name: Update version
9192
run: ./scripts/update-mvn-version.sh "${{ inputs.RELEASE_TYPE }}"

0 commit comments

Comments
 (0)