Skip to content

Commit 04b888c

Browse files
authored
Add raw blocks to allow proper rendering
1 parent 199c666 commit 04b888c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

{{ cookiecutter.__dirname }}/.github/workflows/release_gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Run GitHub Release CI workflow
1616
uses: adafruit/workflows-circuitpython-libs/release-gh@main
1717
with:
18-
github-token: ${{ secrets.GITHUB_TOKEN }}
18+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

{{ cookiecutter.__dirname }}/.github/workflows/release_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Run PyPI Release CI workflow
1616
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
1717
with:
18-
pypi-username: ${{ secrets.pypi_username }}
19-
pypi-password: ${{ secrets.pypi_password }}
18+
pypi-username: {% raw %}${{ secrets.pypi_username }}{% endraw %}
19+
pypi-password: {% raw %}${{ secrets.pypi_password }}{% endraw %}

0 commit comments

Comments
 (0)