We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f1068 commit 5fbbab7Copy full SHA for 5fbbab7
.github/workflows/ci-cd.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Use Python Semantic Release to prepare release
67
env:
68
# This token is created automatically by GH Actions
69
- GH_TOKEN: ${{ secrets.PSR_PUSH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
run: |
71
git config user.name github-actions
72
git config user.email [email protected]
0 commit comments