Skip to content

Commit

Permalink
Meta/CI: Give actions/github-script access to ladybird-bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jun 2, 2024
1 parent 7f05019 commit a369c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lintcommits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- name: Lint PR commits
uses: actions/github-script@v7
github-token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
with:
script: |
const excludedBotIds = [
Expand Down

0 comments on commit a369c40

Please sign in to comment.