Skip to content

Commit

Permalink
fix: add the github_token parameter to labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
snuffkin committed Dec 5, 2024
1 parent 3ffb695 commit 89960d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Add labels to PR
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ steps.set-labels.outputs.labels }}

- name: Assign PR creator
Expand Down

0 comments on commit 89960d6

Please sign in to comment.