We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199c666 commit 04b888cCopy full SHA for 04b888c
{{ cookiecutter.__dirname }}/.github/workflows/release_gh.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Run GitHub Release CI workflow
16
uses: adafruit/workflows-circuitpython-libs/release-gh@main
17
with:
18
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
{{ cookiecutter.__dirname }}/.github/workflows/release_pypi.yml
@@ -15,5 +15,5 @@ jobs:
- name: Run PyPI Release CI workflow
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
- pypi-username: ${{ secrets.pypi_username }}
19
- pypi-password: ${{ secrets.pypi_password }}
+ pypi-username: {% raw %}${{ secrets.pypi_username }}{% endraw %}
+ pypi-password: {% raw %}${{ secrets.pypi_password }}{% endraw %}
0 commit comments