mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +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
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…
Add table
Add a link
Reference in a new issue