Skip to content

Commit bdbf26e

Browse files
committed
Rename LGTM App token step id to lgtm-app-token
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent cd4c148 commit bdbf26e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-tracker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2020

21-
- name: Generate GitHub App token
22-
id: app-token
21+
- name: Generate LGTM App token
22+
id: lgtm-app-token
2323
if: |
2424
github.event.action == 'closed' &&
2525
github.event.pull_request.merged == true
@@ -36,6 +36,6 @@ jobs:
3636
github.event.pull_request.merged == true
3737
env:
3838
GITHUB_USER: ${{ github.actor }}
39-
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
39+
GITHUB_TOKEN: ${{ steps.lgtm-app-token.outputs.token }}
4040
run: |
4141
./hack/scripts/update-release-tracker.sh

0 commit comments

Comments
 (0)