Skip to content

Commit 5fbbab7

Browse files
authored
build: change PSR token back to GITHUB_TOKEN
1 parent e0f1068 commit 5fbbab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Use Python Semantic Release to prepare release
6767
env:
6868
# This token is created automatically by GH Actions
69-
GH_TOKEN: ${{ secrets.PSR_PUSH_TOKEN }}
69+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
run: |
7171
git config user.name github-actions
7272
git config user.email [email protected]

0 commit comments

Comments
 (0)