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 4846668 commit 7325855Copy full SHA for 7325855
.github/workflows/publish.yml
@@ -53,6 +53,6 @@ jobs:
53
- name: Publish to GitHub Packages
54
uses: pypa/gh-action-pypi-publish@release/v1
55
with:
56
- user: __token__
+ user: ${{ secrets.GH_PACKAGE_USER }}
57
password: ${{ secrets.GITHUB_TOKEN }}
58
repository-url: https://pypi.pkg.github.com/techatpark
0 commit comments