Skip to content

Commit bfc6b7d

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

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
@@ -31,8 +31,8 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3333

34-
- name: Generate GitHub App token
35-
id: app-token
34+
- name: Generate LGTM App token
35+
id: lgtm-app-token
3636
if: |
3737
github.event.action == 'closed' &&
3838
github.event.pull_request.merged == true
@@ -49,6 +49,6 @@ jobs:
4949
github.event.pull_request.merged == true
5050
env:
5151
GITHUB_USER: ${{ github.actor }}
52-
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
52+
GITHUB_TOKEN: ${{ steps.lgtm-app-token.outputs.token }}
5353
run: |
5454
./hack/scripts/update-release-tracker.sh

0 commit comments

Comments
 (0)