CI: Unify secrets.BUGGIEBOT and secrets.BUGGIEBOT_TOKEN

The latter is clearer, so let's use that.
This commit is contained in:
Linus Groh 2023-01-06 18:19:42 +01:00
parent a5620fd41f
commit 7c2e134abd
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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."

View file

@ -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

View file

@ -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