Skip to content

Commit 0a11043

Browse files
committed
Remove Prepare git step from release-tracker.yml
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 50320ed commit 0a11043

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release-tracker.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3333

34-
- name: Prepare git
35-
env:
36-
GITHUB_USER: ${{ github.actor }}
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
run: |
39-
git config --global user.name "${GITHUB_USER}"
40-
git config --global user.email "${GITHUB_USER}@appscode.com"
41-
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
42-
4334
- name: Generate GitHub App token
4435
id: app-token
4536
if: |

0 commit comments

Comments
 (0)