We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4c148 commit bdbf26eCopy full SHA for bdbf26e
1 file changed
.github/workflows/release-tracker.yml
@@ -18,8 +18,8 @@ jobs:
18
steps:
19
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
20
21
- - name: Generate GitHub App token
22
- id: app-token
+ - name: Generate LGTM App token
+ id: lgtm-app-token
23
if: |
24
github.event.action == 'closed' &&
25
github.event.pull_request.merged == true
@@ -36,6 +36,6 @@ jobs:
36
37
env:
38
GITHUB_USER: ${{ github.actor }}
39
- GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
+ GITHUB_TOKEN: ${{ steps.lgtm-app-token.outputs.token }}
40
run: |
41
./hack/scripts/update-release-tracker.sh
0 commit comments