We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0bb0d commit f2aca31Copy full SHA for f2aca31
.github/workflows/cd.yaml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v4
46
with:
47
fetch-depth: 0
48
- token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
49
50
- name: Install hatch
51
run: pipx install hatch
@@ -79,7 +79,7 @@ jobs:
79
if: ${{ github.ref == 'refs/heads/main' }}
80
uses: python-semantic-release/python-semantic-release@master
81
82
- github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
83
prerelease: ${{ env.PRERELEASE == 'true' }}
84
root_options: $DRY_RUN
85
0 commit comments