Skip to content

Commit 4d80355

Browse files
authored
Merge pull request #61 from CoReason-AI/fix-workflows-and-slug-10987888525268074340 (#62)
Fix generated workflow file formatting and remove Codecov slug f55f0da
1 parent cdf49a3 commit 4d80355

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

{{cookiecutter.project_slug}}/.github/workflows/ci-cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
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 %}

{{cookiecutter.project_slug}}/.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ jobs:
5858
exit-code: '1'
5959
ignore-unfixed: true
6060
vuln-type: 'os,library'
61-
severity: 'CRITICAL,HIGH'
62-
{% endraw %}
61+
severity: 'CRITICAL,HIGH'{% endraw %}

{{cookiecutter.project_slug}}/.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ jobs:
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 %}

0 commit comments

Comments
 (0)