From 53458f8d991ac850f88ebcc96f9f6ba5fb091fd8 Mon Sep 17 00:00:00 2001 From: Fabian Schuh Date: Fri, 13 May 2022 21:31:41 +0200 Subject: [PATCH] ci: use PAT instead of GITHUB_TOKEN to get push permissions on master --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05a1411..5f75070 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,6 @@ jobs: - name: Python Semantic Release uses: relekang/python-semantic-release@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PAT }} repository_username: ${{ secrets.PYPI_USERNAME }} repository_password: ${{ secrets.PYPI_PASSWORD }}