Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd175d41

Browse files
committed
chore(ci): use admin PAT for release workflow
1 parentd981956 commitd175d41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
-uses:actions/checkout@v2
1313
with:
1414
fetch-depth:0
15+
token:${{ secrets.RELEASE_GITHUB_TOKEN }}
1516
-name:Python Semantic Release
1617
uses:relekang/python-semantic-release@master
1718
with:
18-
github_token:${{ secrets.GITHUB_TOKEN }}
19+
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
1920
pypi_token:${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp