We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57900fd commit 830dc5fCopy full SHA for 830dc5f
tests/integration/local/gitbucket/init.py
@@ -53,5 +53,5 @@
53
idx = html.find(find_text) + len(find_text) + 1
54
token = html[idx:idx + 40]
55
56
-print("GITBUCKET_USER_TOKEN={}".format(token))
+print("PRIVATE_KEY_GITBUCKET={}".format(token))
57
0 commit comments