Skip to content

Commit f151f38

Browse files
authored
Merge pull request #38 from jerry-git/chore/auto-update-project-from-template
[Actions] Auto-Update cookiecutter template
2 parents da3534e + 5bdde28 commit f151f38

File tree

3 files changed

+49
-54
lines changed

3 files changed

+49
-54
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/woltapp/wolt-python-package-cookiecutter",
3-
"commit": "c0c57d98780fb86ad160b80f7a05dd7f63bc2031",
3+
"commit": "91196cd478cac71bcfd1f5037ee8d6d215b62bd6",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/cookiecutter.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ jobs:
1414
with:
1515
python-version: 3.9
1616

17-
- name: Set credentials for private templates
18-
run: |
19-
git config --global url."https://api:${{ secrets.AUTO_UPDATE_GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
20-
git config --global url."https://ssh:${{ secrets.AUTO_UPDATE_GITHUB_TOKEN }}@github.com/".insteadOf "ssh://[email protected]/"
21-
git config --global url."https://git:${{ secrets.AUTO_UPDATE_GITHUB_TOKEN }}@github.com/".insteadOf "[email protected]:"
22-
2317
- name: Install dependencies
2418
run: python -m pip install cruft poetry jello tabulate
2519

poetry.lock

Lines changed: 48 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)