Skip to content

Commit a361aba

Browse files
fix: Add missing github_token to community label workflow
Co-Authored-By: AJ Steers <[email protected]>
1 parent f954fef commit a361aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/label-community-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
# If the label already exists, the API call succeeds without error.
2525
uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.3
2626
with:
27+
github_token: ${{ secrets.GITHUB_TOKEN }}
2728
labels: community

0 commit comments

Comments
 (0)