mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-19 23:19:58 +01:00
fix incorrect token in workflow
Fixed error in doxygen workflow, see https://github.com/qelectrotech/qelectrotech-source-mirror/issues/414#issue-3781358507
This commit is contained in:
2
.github/workflows/auto-doxygen.yml
vendored
2
.github/workflows/auto-doxygen.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user