mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update token used for Fleet QA labeling action (#125774)
This commit is contained in:
parent
86f212f6fe
commit
335d9f376a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/label-qa-fixed-in.yml
vendored
4
.github/workflows/label-qa-fixed-in.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
}
|
||||
}
|
||||
prnumber: ${{ github.event.number }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.FLEET_TECH_KIBANA_USER_TOKEN }}
|
||||
- uses: sergeysova/jq-action@v2
|
||||
id: issues_to_label
|
||||
with:
|
||||
|
@ -75,4 +75,4 @@ jobs:
|
|||
}
|
||||
issueid: ${{ matrix.issueNodeId }}
|
||||
labelids: ${{ needs.fetch_issues_to_label.outputs.label_ids }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.FLEET_TECH_KIBANA_USER_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue