Skip to content

Commit 9bb09d4

Browse files
committed
build: avoid using custom GITHUB_TOKEN
1 parent 84e20f8 commit 9bb09d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/labeler_needs_changes.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
# Pin action to a known commit SHA for reproducibility:
5353
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
5454
with:
55-
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
5655
script: |
5756
await github.rest.issues.addLabels({
5857
'owner': context.repo.owner,

0 commit comments

Comments
 (0)