Skip to content

Commit 878e87a

Browse files
authored
update lock poetry version (#130)
* update poetry version * test if this is why checks have been getting skipped
1 parent 5501611 commit 878e87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Update-Poetry-Lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

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

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

3131
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)