Skip to content

Commit

Permalink
forcing iguazio-cicd auth
Browse files Browse the repository at this point in the history
forcing iguazio-cicd to deal with Author identity unknown
  • Loading branch information
nashpaz123 authored Jun 19, 2024
1 parent e4d5ce0 commit b409f03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.MARKETPLACE_ACCESS_TOKEN_V4 }}
USERNAME: iguazio-cicd
USEREMAIL: [email protected]
REPO_PATH: marketplace
BASE_REPO: mlrun
BASE_BRANCH: master
Expand All @@ -153,6 +154,8 @@ jobs:
exit 1;
};
git config --local user.name $USERNAME
git config --global user.email $USEREMAIL
git config --global user.name $USERNAME
git branch --set-upstream-to origin/master
git remote -v
echo "Checking out [$BRANCH_NAME]..."
Expand Down

0 comments on commit b409f03

Please sign in to comment.