From 8aaa6bd3488c903ab2605600fa3f7bd463df723e Mon Sep 17 00:00:00 2001 From: yaminidhamija <49972172+yaminidhamija@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:29:09 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 019e441..b353d18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,9 +28,7 @@ jobs: git checkout -b $dependabot_update_branch_name sed -i "s#\(^ *target-branch: \).*#\1\"$new_release_branch_name\"#" .github/dependabot.yml - - echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --hostname atc-github.azure.cloud.bmw --with-token - + # Commit and push the changes git config user.email "actions@github.com" git config user.name "GitHub Actions"