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 add52fe commit a4e77afCopy full SHA for a4e77af
.github/workflows/openhands-resolver.yml
@@ -10,4 +10,10 @@ jobs:
10
if: github.event.label.name == 'fix-me'
11
with:
12
issue_number: ${{ github.event.issue.number }}
13
- secrets: inherit
+ secrets:
14
+ PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
15
+ PAT_USERNAME: ${{ secrets.PAT_USERNAME }}
16
+ PAT_FORK_OWNER: ${{ secrets.PAT_FORK_OWNER }}
17
+ LLM_MODEL: ${{ secrets.LLM_MODEL }}
18
+ LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
19
+ LLM_BASE: ${{ secrets.LLM_BASE }}
0 commit comments