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 d9fb602 commit 75bb131Copy full SHA for 75bb131
.github/workflows/blank.yml
@@ -16,4 +16,4 @@ jobs:
16
uses: actions/checkout@v2
17
18
- name: Print secret
19
- run: echo "My secret is $OPENAI_KEY" # 在脚本中使用 GitHub Secret
+ run: echo "My secret is env.OPENAI_KEY" # 在脚本中使用 GitHub Secret
0 commit comments