Forráskód Böngészése

Meta/CI: Give actions/github-script access to ladybird-bot token

Andreas Kling 1 éve
szülő
commit
2936a9a45e
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      .github/workflows/lintcommits.yml

+ 1 - 0
.github/workflows/lintcommits.yml

@@ -13,6 +13,7 @@ jobs:
     steps:
     steps:
       - name: Lint PR commits
       - name: Lint PR commits
         uses: actions/github-script@v7
         uses: actions/github-script@v7
+        github-token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
         with:
         with:
           script: |
           script: |
             const excludedBotIds = [
             const excludedBotIds = [