We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e296b commit b505932Copy full SHA for b505932
1 file changed
.github/workflows/release-tracker.yml
@@ -21,8 +21,8 @@ jobs:
21
22
- name: Prepare git
23
env:
24
- GITHUB_USER: 1gtm
25
- GITHUB_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
+ GITHUB_USER: ${{ github.actor }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
run: |
27
git config --global user.name "${GITHUB_USER}"
28
git config --global user.email "${GITHUB_USER}@appscode.com"
@@ -38,7 +38,7 @@ jobs:
38
github.event.action == 'closed' &&
39
github.event.pull_request.merged == true
40
41
42
43
44
./hack/scripts/update-release-tracker.sh
0 commit comments