Skip to content

Commit 2e63596

Browse files
authored
Fix/pipeline (#1579)
* use base branch in pr * use deploy key
1 parent 44cfa54 commit 2e63596

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable__generate-version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
uses: actions/checkout@v4
6060
with:
6161
ref: ${{env.BRANCH_NAME}}
62+
ssh-key: ${{ secrets.DEPLOY_KEY }}
63+
6264
- name: Stores the commit hash as environment variable
6365
run: |
6466
echo "BRANCH_NAME=${{ env.BRANCH_NAME }}"
@@ -94,7 +96,7 @@ jobs:
9496
COMMITPREFIX: '[VU]'
9597
run: |
9698
git config --global user.email "[email protected]"
97-
git config --global user.name "GitHub Actions"
99+
git config --global user.name "GitHub Actions[bot]"
98100
git add . || {
99101
echo "No files were changed, so we did not commit anything"
100102
exit 1

0 commit comments

Comments
 (0)