Skip to content

Commit

Permalink
allow lock file to push directly to main
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor committed Jul 24, 2024
1 parent 5d3478a commit 852dc8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT }}
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 852dc8a

Please sign in to comment.