File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
7373 with :
7474 token : ${{ secrets.CODECOV_TOKEN }}
75- slug : ${{ github.repository }}
7675 fail_ci_if_error : true
7776 verbose : true
7877
@@ -129,5 +128,4 @@ jobs:
129128 uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
130129 with :
131130 user : __token__
132- password : ${{ secrets.PYPI_API_TOKEN }}
133- {% endraw %}
131+ password : ${{ secrets.PYPI_API_TOKEN }}{% endraw %}
Original file line number Diff line number Diff line change 5858 exit-code : ' 1'
5959 ignore-unfixed : true
6060 vuln-type : ' os,library'
61- severity : ' CRITICAL,HIGH'
62- {% endraw %}
61+ severity : ' CRITICAL,HIGH' {% endraw %}
Original file line number Diff line number Diff line change 4141 uses : pypa/gh-action-pypi-publish@release/v1
4242 # No 'user' or 'password' fields are needed here.
4343 # The action automatically uses the OIDC token from the
44- # 'id-token: write' permission.
45- {% endraw %}
44+ # 'id-token: write' permission.{% endraw %}
You can’t perform that action at this time.
0 commit comments