Skip to content

Commit 151f5e5

Browse files
committed
build: Add Open AI API key
1 parent ef6f426 commit 151f5e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-contributor-pool.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1718

1819
runs-on: ubuntu-latest
1920
steps:

0 commit comments

Comments
 (0)