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 ff6a9ee commit b82fb74Copy full SHA for b82fb74
1 file changed
.github/workflows/release-tracker.yml
@@ -18,15 +18,6 @@ jobs:
18
steps:
19
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
20
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
-
30
- name: Generate GitHub App token
31
id: app-token
32
if: |
0 commit comments