mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +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
|
- name: Label pull request
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.BUGGIEBOT_TOKEN }}
|
|
||||||
script: |
|
script: |
|
||||||
const script = require('./Meta/label-pull-requests.js')
|
const script = require('./Meta/label-pull-requests.js')
|
||||||
script({github, context})
|
script({github, context})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue