We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a581701 commit 5720e37Copy full SHA for 5720e37
1 file changed
.github/workflows/test-action.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Set PyPI Version
28
uses: ./
29
+ with:
30
+ token: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Show latest version
33
run: cat PYPI_VERSION
0 commit comments