Skip to content

Commit d1149d8

Browse files
committed
使用默认值
1 parent a7989d3 commit d1149d8

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

.github/workflows/build-on-Linux-AArch64.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ jobs:
4545
tag_name: pre
4646
files: |
4747
./artifacts/chsrc-aarch64-linux
48-
token: ${{ secrets.UPLOAD_TO_GITHUB }}

.github/workflows/build-on-Linux-ARMv7.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ jobs:
4545
tag_name: pre
4646
files: |
4747
./artifacts/chsrc-armv7-linux
48-
token: ${{ secrets.UPLOAD_TO_GITHUB }}
49-

.github/workflows/build-on-Linux-riscv64.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ jobs:
4545
tag_name: pre
4646
files: |
4747
./artifacts/chsrc-riscv64-linux
48-
token: ${{ secrets.UPLOAD_TO_GITHUB }}

.github/workflows/build-on-macOS.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
tag_name: pre
4646
files: |
4747
chsrc-aarch64-macos
48-
token: ${{ secrets.UPLOAD_TO_GITHUB }}
4948
5049
5150
on-x64:

.github/workflows/pkg-deb.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
with:
134134
# 用 * 省略版本号,以及指代各种架构
135135
files: dist/chsrc_*.deb
136-
token: ${{ secrets.UPLOAD_TO_GITHUB }}
137136

138137
- name: 上传附件到GitHub Releases(the 'pre' release)
139138
if: github.event_name == 'push'
@@ -142,7 +141,6 @@ jobs:
142141
tag_name: pre
143142
# 用 * 指代各种架构
144143
files: dist-for-pre/chsrc_latest-1_*.deb
145-
token: ${{ secrets.UPLOAD_TO_GITHUB }}
146144

147145

148146

0 commit comments

Comments
 (0)