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

Commit e4ac9a3

Browse files
committed
build(src):更新action token
1 parent fd0cbfe commit e4ac9a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/MacOSX.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: startsWith(github.event.ref, 'refs/tags/')
6464
uses: svenstaro/upload-release-action@v2
6565
with:
66-
repo_token: ${{ secrets.GITHUB_TOKEN }}
66+
repo_token: ${{ secrets.RELEASE_TOKEN }}
6767
file_glob: true
6868
file: macos_package/*
6969
overwrite: true

‎.github/workflows/linux.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
if: startsWith(github.event.ref, 'refs/tags/')
8585
uses: svenstaro/upload-release-action@v2
8686
with:
87-
repo_token: ${{ secrets.GITHUB_TOKEN }}
87+
repo_token: ${{ secrets.RELEASE_TOKEN }}
8888
file_glob: true
8989
file: ${{ github.workspace }}/gdownload-*.AppImag*
9090
overwrite: true

‎.github/workflows/windows.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: startsWith(github.event.ref, 'refs/tags/')
8282
uses: svenstaro/upload-release-action@v2
8383
with:
84-
repo_token: ${{ secrets.GITHUB_TOKEN }}
84+
repo_token: ${{ secrets.RELEASE_TOKEN }}
8585
file_glob: true
8686
file: build/release/GDownloader_windows_*.exe
8787
overwrite: true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /