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 5a4d72e commit 28a86d5Copy full SHA for 28a86d5
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.VERSION_PUSH_TOKEN }}
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
0 commit comments