Skip to content

Commit

Permalink
Add full kie-ci signature
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Dec 22, 2023
1 parent eec191c commit 9b492df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Sync main-apache branch with upstream/main

env:
USERNAME: kie-ci
USEREMAIL: [email protected]
UPSTREAM_REMOTE: https://github.com/apache/incubator-kie-kogito-runtimes.git

on:
Expand All @@ -21,6 +22,7 @@ jobs:
- name: Setup git environment
run: |
git config --global user.name "$USERNAME"
git config --global user.email "$USEREMAIL"
git remote add upstream $UPSTREAM_REMOTE
- name: Fetch all
Expand Down

0 comments on commit 9b492df

Please sign in to comment.