We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5501611 commit 878e87aCopy full SHA for 878e87a
.github/workflows/Update-Poetry-Lock.yml
@@ -6,7 +6,7 @@ on:
6
7
env:
8
# 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
+ POETRY_VERSION: 1.2.2
10
PYTHON_VERSION: 3.9 # Use latest
11
12
jobs:
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v2
26
with:
27
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
+ persist-credentials: true # make the token that is used the GITHUB_TOKEN, instead of your personal token
29
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
30
31
- uses: actions/setup-python@v2
0 commit comments