mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
CI: Unify secrets.BUGGIEBOT and secrets.BUGGIEBOT_TOKEN
The latter is clearer, so let's use that.
This commit is contained in:
parent
a5620fd41f
commit
7c2e134abd
Notes:
sideshowbarker
2024-07-17 02:04:00 +09:00
4 changed files with 4 additions and 4 deletions
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
|
@ -159,7 +159,7 @@ jobs:
|
|||
git-config-email: buggiebot@serenityos.org
|
||||
branch: main
|
||||
repository-name: linusg/libjs-website
|
||||
token: ${{ secrets.BUGGIEBOT }}
|
||||
token: ${{ secrets.BUGGIEBOT_TOKEN }}
|
||||
folder: libjs-website
|
||||
|
||||
- name: Compare non-bytecode
|
||||
|
|
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
|
@ -83,6 +83,6 @@ jobs:
|
|||
if: ${{ failure() && !github.event.pull_request.draft }}
|
||||
uses: IdanHo/comment-on-pr@5f51df338210754f519f721f8320d8f72525a4d0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BUGGIEBOT }}
|
||||
GITHUB_TOKEN: ${{ secrets.BUGGIEBOT_TOKEN }}
|
||||
with:
|
||||
msg: "Hello!\n\nOne or more of the commit messages in this PR do not match the SerenityOS [code submission policy](https://github.com/SerenityOS/serenity/blob/master/CONTRIBUTING.md#code-submission-policy), please check the `lint_commits` CI job for more details on which commits were flagged and why.\nPlease do not close this PR and open another, instead modify your commit message(s) with [git commit --amend](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message) and force push those changes to update this PR."
|
||||
|
|
2
.github/workflows/manpages.yml
vendored
2
.github/workflows/manpages.yml
vendored
|
@ -24,5 +24,5 @@ jobs:
|
|||
git-config-email: buggiebot@serenityos.org
|
||||
branch: master
|
||||
repository-name: SerenityOS/manpages-website
|
||||
token: ${{ secrets.BUGGIEBOT }}
|
||||
token: ${{ secrets.BUGGIEBOT_TOKEN }}
|
||||
folder: output
|
||||
|
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -98,5 +98,5 @@ jobs:
|
|||
git-config-email: buggiebot@serenityos.org
|
||||
branch: main
|
||||
repository-name: linusg/libjs-website
|
||||
token: ${{ secrets.BUGGIEBOT }}
|
||||
token: ${{ secrets.BUGGIEBOT_TOKEN }}
|
||||
folder: libjs-website
|
||||
|
|
Loading…
Reference in a new issue