Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 73c15d2

Browse files
committed
ci: 更新 GitHub Actions 中私钥引用
1 parent aa2cd03 commit 73c15d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: app-token
2323
with:
2424
app-id: ${{ secrets.APP_ID }}
25-
private-key: ${{ secrets.PRIVATE_KEY }}
25+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2626

2727
- name: 获取用户ID
2828
id: get-user-id

.github/workflows/release-beta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
id: app-token
129129
with:
130130
app-id: ${{ secrets.APP_ID }}
131-
private-key: ${{ secrets.PRIVATE_KEY }}
131+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
132132

133133
- name: 获取用户ID
134134
id: get-user-id

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: app-token
2424
with:
2525
app-id: ${{ secrets.APP_ID }}
26-
private-key: ${{ secrets.PRIVATE_KEY }}
26+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2727

2828
- name: 获取用户ID
2929
id: get-user-id

0 commit comments

Comments
 (0)