Skip to content

Commit

Permalink
[Fleet] Fix GITHUB_TOKEN for Fleet QA labeling action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Feb 17, 2022
1 parent 962ff44 commit f53e367
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/label-qa-fixed-in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
}
}
prnumber: ${{ github.event.number }}
token: ${{ secrets.FLEET_TECH_KIBANA_USER_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.FLEET_TECH_KIBANA_USER_TOKEN }}
- uses: sergeysova/jq-action@v2
id: issues_to_label
with:
Expand Down Expand Up @@ -75,4 +76,5 @@ jobs:
}
issueid: ${{ matrix.issueNodeId }}
labelids: ${{ needs.fetch_issues_to_label.outputs.label_ids }}
token: ${{ secrets.FLEET_TECH_KIBANA_USER_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.FLEET_TECH_KIBANA_USER_TOKEN }}

0 comments on commit f53e367

Please sign in to comment.