File tree Expand file tree Collapse file tree 14 files changed +30
-16
lines changed
tests/example-project/.github/workflows
{{cookiecutter.repo_name}}/.github/workflows Expand file tree Collapse file tree 14 files changed +30
-16
lines changed Original file line number Diff line number Diff line change 4141 ref : ${{ github.ref }}
4242 fetch-depth : 0
4343 - name : Set up Python Environment
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v5
4545 with :
4646 python-version : " 3.11"
4747 - name : Install Hatch
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Set up Python Environment
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.11"
2424 - name : Install Hatch
Original file line number Diff line number Diff line change @@ -85,6 +85,13 @@ secrets in your GitHub repository to enable these features.
8585- ` DOCKER_USERNAME ` : Your Docker Hub username (optional)
8686- ` DOCKER_TOKEN ` : Your Docker Hub token (optional)
8787
88+ A ` .env ` file is provided in the project root for local development, to
89+ sync your secrets to GitHub, run the following command with the [ GitHub CLI] :
90+
91+ ``` shell
92+ gh secret set --env-file .env
93+ ```
94+
8895#### Developing
8996
9097This project generates its own documentation for how to use the
Original file line number Diff line number Diff line change @@ -85,6 +85,13 @@ secrets in your GitHub repository to enable these features.
8585- ` DOCKER_USERNAME ` : Your Docker Hub username (optional)
8686- ` DOCKER_TOKEN ` : Your Docker Hub token (optional)
8787
88+ A ` .env ` file is provided in the project root for local development, to
89+ sync your secrets to GitHub, run the following command with the [ GitHub CLI] :
90+
91+ ``` shell
92+ gh secret set --env-file .env
93+ ```
94+
8895#### Developing
8996
9097This project generates its own documentation for how to use the
Original file line number Diff line number Diff line change 2121 - name : Set up Docker Buildx
2222 uses : docker/setup-buildx-action@v3
2323 - name : Set up Python
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : " 3.11"
2727 - name : Install Hatch
Original file line number Diff line number Diff line change 1313 with :
1414 fetch-depth : 0
1515 - name : Set up Python Environment
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.11"
1919 - name : Install Hatch
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 2
1818 - name : Set up Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : " 3.11"
2222 - name : Install Hatch
4343 with :
4444 fetch-depth : 2
4545 - name : Set up Python
46- uses : actions/setup-python@v4
46+ uses : actions/setup-python@v5
4747 with :
4848 python-version : " 3.11"
4949 - name : Install Hatch
Original file line number Diff line number Diff line change 2323 - name : Setup Node.js
2424 uses : actions/setup-node@v4
2525 - name : Set up Python
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : " 3.11"
2929 - name : Install Hatch
5454 ref : ${{ github.ref }}
5555 fetch-depth : 0
5656 - name : Set up Python Environment
57- uses : actions/setup-python@v4
57+ uses : actions/setup-python@v5
5858 with :
5959 python-version : " 3.11"
6060 - name : Install Hatch
Original file line number Diff line number Diff line change 3737 with :
3838 fetch-depth : 0
3939 - name : Set up Python Environment ${{ matrix.python }}
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : ${{ matrix.python }}
4343 - name : Install Hatch
Original file line number Diff line number Diff line change 2121 - name : Set up Docker Buildx
2222 uses : docker/setup-buildx-action@v3
2323 - name : Set up Python
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : " {{ cookiecutter.default_python_version }}"
2727 - name : Install Hatch
You can’t perform that action at this time.
0 commit comments