We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50320ed commit 0a11043Copy full SHA for 0a11043
1 file changed
.github/workflows/release-tracker.yml
@@ -31,15 +31,6 @@ jobs:
31
steps:
32
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
33
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
-
43
- name: Generate GitHub App token
44
id: app-token
45
if: |
0 commit comments