Skip to content

Commit

Permalink
Use PAT in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jan 31, 2024
1 parent 29324e6 commit d5a1512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/poetry_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
github-token: ${{ secrets.PAT }}
delete-branch: true
branch: poetry-update
add-paths: poetry.lock
Expand Down

0 comments on commit d5a1512

Please sign in to comment.