Skip to content

Commit a13ac85

Browse files
authored
fix: change to github_token
1 parent 5a982b7 commit a13ac85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
needs:
6060
- test
6161
concurrency: release
62-
if: github.ref == 'refs/heads/main'
62+
if: github.ref == 'refs/heads/release'
6363
permissions:
6464
contents: write
6565
issues: write
@@ -94,7 +94,7 @@ jobs:
9494
id: release
9595
uses: python-semantic-release/python-semantic-release@v9.14.0
9696
with:
97-
github_token: ${{ secrets.GH_TOKEN }}
97+
github_token: ${{ secrets.GITHUB_TOKEN }}
9898

9999
- name: Publish package distributions to PyPI
100100
uses: pypa/gh-action-pypi-publish@v1.12.2
@@ -107,4 +107,4 @@ jobs:
107107
uses: python-semantic-release/upload-to-gh-release@v8.7.0
108108
if: steps.release.outputs.released == 'true'
109109
with:
110-
github_token: ${{ secrets.GH_TOKEN }}
110+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)