fix: Add missing github_token to community label workflow (#70850)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
89c2139105
commit
54fd49c1f6
1
.github/workflows/label-community-prs.yml
vendored
1
.github/workflows/label-community-prs.yml
vendored
@@ -24,4 +24,5 @@ jobs:
|
||||
# If the label already exists, the API call succeeds without error.
|
||||
uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
labels: community
|
||||
|
||||
Reference in New Issue
Block a user