fix incorrect token in workflow
Some checks failed
Auto-build doxygen docs / doxygen (push) Has been cancelled
Auto-build doxygen docs / deploy (push) Has been cancelled

Fixed error in doxygen workflow, see https://github.com/qelectrotech/qelectrotech-source-mirror/issues/414#issue-3781358507
This commit is contained in:
Int-Circuit
2026-01-05 13:58:56 +01:00
committed by GitHub
parent 033c92257e
commit 47d391c26b

View File

@@ -28,7 +28,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v8 uses: peter-evans/create-pull-request@v8
with: with:
token: ${{ MR_TOKEN }} token: ${{ secrets.MR_TOKEN }}
commit-message: update QCH file commit-message: update QCH file
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
title: Update QCH Help file title: Update QCH Help file