Skip to content

Commit 942a56d

Browse files
ci: change token for autoupdate poetry workflow (#1138)
1 parent 6085477 commit 942a56d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/autoupdate-poetry.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
uses: peter-evans/create-pull-request@v5
5151
if: steps.lock-changed.outputs.lock-changed == 'true'
5252
with:
53-
token: ${{ secrets.GITHUB_TOKEN }}
53+
# TODO: uses eda-ci pat token, replace with a bot.
54+
token: ${{ secrets.EDA_CI_GH_TOKEN }}
5455
branch: autoupdate-poetry-lock
5556
base: main
5657
title: "ci(bot): autoupdate poetry lock file"

0 commit comments

Comments
 (0)