Skip to content

Commit

Permalink
use token...
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 25, 2023
1 parent 97f66d4 commit 83a8789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
poetry run poetry self update
poetry run poetry update
status=$(git status | grep poetry.lock)
status=$(git status)
echo "status=$status" >> $GITHUB_OUTPUT
echo $status
Expand All @@ -43,6 +43,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
if: ${{ steps.update.outputs.status != '' }}
with:
token: ${{ steps.generate-token.outputs.token }}
commit-message: Update dependencies
title: "Update dependencies"
body: |
Expand Down

0 comments on commit 83a8789

Please sign in to comment.