Skip to content

Commit 28a86d5

Browse files
committed
adding version-push-token
1 parent 5a4d72e commit 28a86d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
token: ${{ secrets.GITHUB_TOKEN }}
19+
token: ${{ secrets.VERSION_PUSH_TOKEN }}
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:

0 commit comments

Comments
 (0)