We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adadec commit ded4570Copy full SHA for ded4570
1 file changed
src/.github/workflows/ci.yaml.jinja
@@ -37,7 +37,8 @@ jobs:
37
git config --global user.name "github-actions"
38
git config --global user.email "action@github.com"
39
poetry run task release
40
- {% if not private -%}
41
env:
+ GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
42
+ {% if not private -%}
43
PYPI_TOKEN: {% raw %}${{ secrets.PYPI_TOKEN }}{% endraw %}
- {%- endif -%}
44
+ {% endif -%}
0 commit comments