Skip to content

Commit a4e77af

Browse files
committed
Update resolver
1 parent add52fe commit a4e77af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/openhands-resolver.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ jobs:
1010
if: github.event.label.name == 'fix-me'
1111
with:
1212
issue_number: ${{ github.event.issue.number }}
13-
secrets: inherit
13+
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

Comments
 (0)