Skip to content

Commit b82fb74

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

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
@@ -18,15 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2020

21-
- name: Prepare git
22-
env:
23-
GITHUB_USER: ${{ github.actor }}
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
run: |
26-
git config --global user.name "${GITHUB_USER}"
27-
git config --global user.email "${GITHUB_USER}@appscode.com"
28-
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
29-
3021
- name: Generate GitHub App token
3122
id: app-token
3223
if: |

0 commit comments

Comments
 (0)