Skip to content

Commit e8deafb

Browse files
committed
fix(ci): 🐛 👷 label from branch name
1 parent 6a04e03 commit e8deafb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-label-branch-name.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
variable_name: bot_token
1414
- uses: TimonVS/pr-labeler-action@v3
1515
with:
16-
GITHUB_TOKEN: ${{ env.bot_token }}
1716
configuration-path: .github/workflows/config/pr-label-branch-name.yml
17+
env:
18+
GITHUB_TOKEN: ${{ env.bot_token }}

0 commit comments

Comments
 (0)