Skip to content

Commit a256a68

Browse files
authored
Create test.py
1 parent efa2af1 commit a256a68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)