Skip to content

Commit f2aca31

Browse files
authored
chore: update token config (#34)
1 parent 7d0bb0d commit f2aca31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
48-
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
48+
token: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Install hatch
5151
run: pipx install hatch
@@ -79,7 +79,7 @@ jobs:
7979
if: ${{ github.ref == 'refs/heads/main' }}
8080
uses: python-semantic-release/python-semantic-release@master
8181
with:
82-
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
82+
github_token: ${{ secrets.GITHUB_TOKEN }}
8383
prerelease: ${{ env.PRERELEASE == 'true' }}
8484
root_options: $DRY_RUN
8585

0 commit comments

Comments
 (0)