diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index bb1bf18b41b..e64b48badb5 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -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 diff --git a/.github/workflows/lintcommits.yml b/.github/workflows/lintcommits.yml index d23a4a1c2d0..2d0bd16d3e0 100644 --- a/.github/workflows/lintcommits.yml +++ b/.github/workflows/lintcommits.yml @@ -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." diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index bcf05662252..3412a2d1fe1 100644 --- a/.github/workflows/manpages.yml +++ b/.github/workflows/manpages.yml @@ -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 diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 125e5d8aa3c..ff7dff7ee59 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -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