Skip to content

Commit

Permalink
change go doc generation OpenAI api key secret name (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored Dec 17, 2024
1 parent ee5df76 commit 562a870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-go-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Generate go docs for changed projects
shell: bash
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_DOC_GEN_API_KEY }}
run: |
# Add go binary to PATH
PATH=$PATH:$(go env GOPATH)/bin
Expand Down

0 comments on commit 562a870

Please sign in to comment.