Skip to content

Commit f466bfb

Browse files
author
Anatoly Bolshakov
authored
Merge pull request #449 from microsoft/users/anatolybolshakov/fix-token-autoassign
Auto assign action - passed token to add labels step
2 parents db15bd3 + 11b49e3 commit f466bfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/autoAssignABTT.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: "Add triage and area labels"
1515
uses: actions-ecosystem/action-add-labels@v1
1616
with:
17+
github_token: ${{ secrets.GITHUB_TOKEN }}
1718
labels: |
1819
"Area: NodeApi"
1920
triage

0 commit comments

Comments
 (0)