Update token used for Fleet QA labeling action (#125774)

This commit is contained in:
Josh Dover 2022-02-16 15:19:51 +01:00 committed by GitHub
parent 86f212f6fe
commit 335d9f376a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}