Skip to content

Commit a284f23

Browse files
author
Artem Rys
committed
ci: update Github token in release step
Consulted with Ryan regarding this one. It should finally fix release step.
1 parent 580d16d commit a284f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
@semantic-release/git
262262
@google/semantic-release-replace-plugin
263263
env:
264-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
264+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
265265
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
266266
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
267267

0 commit comments

Comments
 (0)