Skip to content

Commit

Permalink
Update icon image and ci file
Browse files Browse the repository at this point in the history
itdependsnetworks committed Nov 11, 2022
1 parent 69a5790 commit 798c5e6
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -209,13 +209,13 @@ jobs:
- name: "Upload binaries to release"
uses: "svenstaro/upload-release-action@v2"
with:
repo_token: "${{ '{{ secrets.NTC_GITHUB_TOKEN }}' }}"
repo_token: "${{ secrets.NTC_GITHUB_TOKEN }}"
file: "dist/*"
tag: "${{ '{{ github.ref }}' }}"
tag: "${{ github.ref }}"
overwrite: true
file_glob: true
needs:
- "tests"
- "pytest"
publish_pypi:
name: "Push Package to PyPI"
runs-on: "ubuntu-20.04"
@@ -239,6 +239,6 @@ jobs:
uses: "pypa/gh-action-pypi-publish@release/v1"
with:
user: "__token__"
password: "${{ '{{ secrets.PYPI_API_TOKEN }}' }}"
password: "${{ secrets.PYPI_API_TOKEN }}"
needs:
- "tests"
- "pytest"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NTC Templates

<p align="center">
<img src="./images/icon-ntc-templates.png" class="logo" height="200px">
<img src="https://raw.githubusercontent.com/networktocode/ntc-templates/master/docs/images/icon-ntc-templates.png" class="logo" height="200px">
<br>
<a href="https://github.com/networktocode/ntc-templates/actions"><img src="https://github.com/networktocode/ntc-templates/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="https://ntc-templates.readthedocs.io/en/latest"><img src="https://readthedocs.org/projects/ntc-templates/badge/"></a>

0 comments on commit 798c5e6

Please sign in to comment.