Skip to content

Commit dbfc794

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

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
@@ -21,15 +21,6 @@ jobs:
2121
with:
2222
submodules: true
2323

24-
- name: Prepare git
25-
env:
26-
GITHUB_USER: ${{ github.actor }}
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
run: |
29-
git config --global user.name "${GITHUB_USER}"
30-
git config --global user.email "${GITHUB_USER}@appscode.com"
31-
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
32-
3324
- name: Generate GitHub App token
3425
id: app-token
3526
if: |

0 commit comments

Comments
 (0)