mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 12:25:18 +00:00
final fixes
This commit is contained in:
parent
ae375c2ff0
commit
055b5ea700
1 changed files with 1 additions and 1 deletions
2
Usage.md
2
Usage.md
|
|
@ -160,7 +160,7 @@ Note that the new prompt will need to generate an output compatible with the rel
|
||||||
|
|
||||||
### Working with GitHub Action
|
### Working with GitHub Action
|
||||||
You can configure settings in GitHub action by adding environment variables under the env section in `.github/workflows/pr_agent.yml` file.
|
You can configure settings in GitHub action by adding environment variables under the env section in `.github/workflows/pr_agent.yml` file.
|
||||||
Specifically, you need to set the following environment variables:
|
Specifically, should set the following environment variables:
|
||||||
```yaml
|
```yaml
|
||||||
env:
|
env:
|
||||||
OPENAI_KEY: ${{ secrets.OPENAI_KEY }} # or give directly your key
|
OPENAI_KEY: ${{ secrets.OPENAI_KEY }} # or give directly your key
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue