Skip to content

Commit bd9ba8c

Browse files
committed
fix: use GITHUB_TOKEN instead of expired REPOSITORY_ACCESS_TOKEN in publish workflow
1 parent 6333cf7 commit bd9ba8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Publish PyPi package
1414
uses: code-specialist/pypi-poetry-publish@v1
1515
with:
16-
ACCESS_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
16+
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN }}
1818
BRANCH: "main"
1919
POETRY_VERSION: "1.7.1"

0 commit comments

Comments
 (0)