Commit a47b71a 1 parent c92fbf5 commit a47b71a Copy full SHA for a47b71a
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55
55
- name : Run Builder
56
56
shell : pwsh
57
57
run : |
58
- \rdr\pconsole.exe "$env:GITHUB_WORKSPACE\Source\Scripts\NightlyBuilder_Actions.rdr"
58
+ \rdr\pconsole.exe "$env:GITHUB_WORKSPACE\Source\Scripts\NightlyBuilder_Actions.rdr" "/ApiKey" "${{ secrets.LEGENDUTIL_API_KEY }}"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ APIURL=「https://api-legendutil.ezolys.com/releases」
10
10
11
11
// 変数
12
12
オプション={
13
+ 「ApiKey」=「」,
13
14
「DisablePushToRepo」=×,
14
15
「DisableRegisterToAPI」=×
15
16
}
@@ -173,7 +174,7 @@ APIURL=「https://api-legendutil.ezolys.com/releases」
173
174
登録要求=HTTP要求を作ったもの
174
175
登録要求のメソッド=「POST」
175
176
登録要求のContentType=「application/json」
176
- 登録要求のヘッダ={「Api-Key」=「LEGENDUTIL_API_KEY」の環境変数 }
177
+ 登録要求のヘッダ={「Api-Key」=オプション(「ApiKey」) }
177
178
登録要求の文字コード=「UTF-8」
178
179
登録要求の本文={
179
180
「version」=[バージョン],
You can’t perform that action at this time.
0 commit comments