Skip to content

Commit

Permalink
ci: change token for autoupdate poetry workflow (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored Dec 17, 2024
1 parent 6085477 commit 942a56d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autoupdate-poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
if: steps.lock-changed.outputs.lock-changed == 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}
# TODO: uses eda-ci pat token, replace with a bot.
token: ${{ secrets.EDA_CI_GH_TOKEN }}
branch: autoupdate-poetry-lock
base: main
title: "ci(bot): autoupdate poetry lock file"
Expand Down

0 comments on commit 942a56d

Please sign in to comment.