From 47d391c26b2ab3c2dbd98d2a0366eaeff5536bd7 Mon Sep 17 00:00:00 2001 From: Int-Circuit <136177157+Int-Circuit@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:58:56 +0100 Subject: [PATCH] fix incorrect token in workflow Fixed error in doxygen workflow, see https://github.com/qelectrotech/qelectrotech-source-mirror/issues/414#issue-3781358507 --- .github/workflows/auto-doxygen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-doxygen.yml b/.github/workflows/auto-doxygen.yml index 3bf009d7d..a3af560cc 100644 --- a/.github/workflows/auto-doxygen.yml +++ b/.github/workflows/auto-doxygen.yml @@ -28,7 +28,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v8 with: - token: ${{ MR_TOKEN }} + token: ${{ secrets.MR_TOKEN }} commit-message: update QCH file committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> title: Update QCH Help file