Skip to content

Commit

Permalink
build: avoid using custom GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Dec 19, 2024
1 parent 84e20f8 commit 9bb09d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/labeler_needs_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
# Pin action to a known commit SHA for reproducibility:
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
script: |
await github.rest.issues.addLabels({
'owner': context.repo.owner,
Expand Down

0 comments on commit 9bb09d4

Please # to comment.