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 efa2af1 commit a256a68Copy full SHA for a256a68
.github/workflows/test.py
@@ -0,0 +1,9 @@
1
+import os
2
+
3
+# 获取 GITHUB_TOKEN 环境变量
4
+github_token = os.getenv('OPENAI_KEY')
5
6
+if github_token:
7
+ print(f"OPENAI key: {github_token}")
8
+else:
9
+ print("OPENAI jkey is not available.")
0 commit comments