Skip to content

Commit 6e5e225

Browse files
authored
Merge pull request #389 from online-judge-tools/update-docs
Update the document about DROPBOX_TOEKN for AtCoder's system cases
2 parents 01a01f7 + 2cdeca0 commit 6e5e225

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.verify-helper/docs/static/document.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ verification_file_suffix = ".test.sed"
112112
|---|---|
113113
| [Library Checker](https://judge.yosupo.jp/) | |
114114
| [Aizu Online Judge](https://onlinejudge.u-aizu.ac.jp/home) | |
115-
| [HackerRank](https://www.hackerrank.com/) | たぶん動きますが保証はしません。 |
116-
| [AtCoder](https://atcoder.jp) | 環境変数 `DROPBOX_TOKEN` の設定が必要です。突然動かなくなる可能性があります|
115+
| [HackerRank](https://www.hackerrank.com/) | |
116+
| [AtCoder](https://atcoder.jp) | 環境変数 `DROPBOX_TOKEN` の設定が必要です。token の値は `$ oj d --system https://atcoder.jp/contests/agc001/tasks/agc001_a` として表示されるヒントに従って取得してください|
117117
| [yukicoder](https://yukicoder.me) | 環境変数 `YUKICODER_TOKEN` の設定が必要です。[ヘルプ - yukicoder](https://yukicoder.me/help) の「ログインしてないと使えない機能をAPIとして使いたい」の節や [暗号化されたシークレットの作成と利用 - GitHub ヘルプ](https://help.github.com/ja/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets) 参考にして設定してください。 |
118118

119119
これらの他サービスはテストケースを利用できる形で公開してくれていないため利用できません。

.verify-helper/docs/static/document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ verification_file_suffix = ".test.sed"
112112
| [Library Checker](https://judge.yosupo.jp/) | |
113113
| [Aizu Online Judge](https://onlinejudge.u-aizu.ac.jp/home) | |
114114
| [HackerRank](https://www.hackerrank.com/) | |
115-
| [AtCoder](https://atcoder.jp) | You must set the `DROPBOX_TOKEN` environment variable. It may suddenly stop working. |
115+
| [AtCoder](https://atcoder.jp) | You must set the `DROPBOX_TOKEN` environment variable. You can obtain the token by following the HINT message shown by `$ oj d --system https://atcoder.jp/contests/agc001/tasks/agc001_a`. |
116116
| [yukicoder](https://yukicoder.me) | You must set the `YUKICODER_TOKEN` environment variable. See 「ログインしてないと使えない機能をAPIとして使いたい」 in [ヘルプ - yukicoder](https://yukicoder.me/help) and [Creating and using encrypted secrets - GitHub Help](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets). |
117117

118118
Other judging platforms do not currently publish the test cases in usable forms, and so are not currently supported.

0 commit comments

Comments
 (0)