File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 - name : Prepare git
3737 env :
38- GITHUB_USER : 1gtm
39- GITHUB_TOKEN : ${{ secrets.LGTM_GITHUB_TOKEN }}
38+ GITHUB_USER : ${{ github.actor }}
39+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 run : |
4141 set -x
4242 git config --global user.name "${GITHUB_USER}"
Original file line number Diff line number Diff line change 1818
1919 - name : Prepare git
2020 env :
21- GITHUB_USER : 1gtm
22- GITHUB_TOKEN : ${{ secrets.LGTM_GITHUB_TOKEN }}
21+ GITHUB_USER : ${{ github.actor }}
22+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323 run : |
2424 git config --global user.name "${GITHUB_USER}"
2525 git config --global user.email "${GITHUB_USER}@appscode.com"
3535 github.event.action == 'closed' &&
3636 github.event.pull_request.merged == true
3737 env :
38- GITHUB_USER : 1gtm
39- GITHUB_TOKEN : ${{ secrets.LGTM_GITHUB_TOKEN }}
38+ GITHUB_USER : ${{ github.actor }}
39+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 run : |
4141 ./hack/scripts/update-release-tracker.sh
Original file line number Diff line number Diff line change 2525
2626 - name : Prepare git
2727 env :
28- GITHUB_USER : 1gtm
29- GITHUB_TOKEN : ${{ secrets.LGTM_GITHUB_TOKEN }}
28+ GITHUB_USER : ${{ github.actor }}
29+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 run : |
3131 set -x
3232 git config --global user.name "${GITHUB_USER}"
You can’t perform that action at this time.
0 commit comments