mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Use default provided GITHUB_TOKEN for PR label workflow
Using BUGGIEBOT_TOKEN doesn't work in all cases for unknown reasons. See also: https://github.com/actions/github-script#using-a-separate-github-token
This commit is contained in:
parent
fb3e890bd9
commit
cbad79fa86
Notes:
sideshowbarker
2024-07-17 03:03:44 +09:00
1 changed files with 0 additions and 1 deletions
1
.github/workflows/label-pull-requests.yml
vendored
1
.github/workflows/label-pull-requests.yml
vendored
|
@ -20,7 +20,6 @@ jobs:
|
|||
- name: Label pull request
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.BUGGIEBOT_TOKEN }}
|
||||
script: |
|
||||
const script = require('./Meta/label-pull-requests.js')
|
||||
script({github, context})
|
||||
|
|
Loading…
Reference in a new issue