There was an error while loading. Please reload this page.
1 parent 7a32f32 commit dbfc794Copy full SHA for dbfc794
1 file changed
.github/workflows/release-tracker.yml
@@ -21,15 +21,6 @@ jobs:
21
with:
22
submodules: true
23
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
-
33
- name: Generate GitHub App token
34
id: app-token
35
if: |
0 commit comments