mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
fix: test analysis override (#35987)
This commit is contained in:
parent
c303dd8e08
commit
993c3cb5d2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@ jobs:
|
|||
comment_id: ${{ github.event.comment.id }}
|
||||
sender: ${{ github.event.comment.user.login }}
|
||||
secrets:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL_TEST_PR_ANALYSIS_HUB }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue