Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Update-Poetry-Lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
# Versions are also listed in PR.yml
POETRY_VERSION: 1.1.15 # keeping this one back for now until 1.2 becomes the standard for devs
POETRY_VERSION: 1.2.2
PYTHON_VERSION: 3.9 # Use latest

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: main # This is the branch the PR is to be created from
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
persist-credentials: true # make the token that is used the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- uses: actions/setup-python@v2
Expand Down