Skip to content

Commit eb2863b

Browse files
fix(update-cpm): use correct token (#494)
1 parent 151674e commit eb2863b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/__update-cpm-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
author: "${{ secrets.GH_BOT_NAME }} <${{ secrets.GH_BOT_EMAIL }}>"
112112
committer: "${{ secrets.GH_BOT_NAME }} <${{ secrets.GH_BOT_EMAIL }}>"
113113
path: "repo"
114-
token: ${{ secrets.GH_TOKEN }}
114+
token: ${{ secrets.GH_BOT_TOKEN }}
115115
commit-message: "chore(deps): Update CPM.cmake to ${{ steps.update-cpm.outputs.cpm_version }}"
116116
branch: bot/bump-cpm-cmake-${{ steps.update-cpm.outputs.cpm_version }}
117117
delete-branch: true

0 commit comments

Comments
 (0)