File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3535 -
uses :
codebeaver-ai/[email protected] 3636 with :
3737 api-key : ${{ secrets.CODEBEAVER_API_KEY }}
38+ env :
39+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3840` ` `
3941
4042## Inputs
5355 api-key: ${{ secrets.CODEBEAVER_API_KEY }}
5456 repository: "octocat/Hello-World"
5557 pr-number: "123"
58+ env:
59+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5660` ` `
5761
5862# # Roadmap
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ async function run(): Promise<void> {
2121 } ) ;
2222
2323 // Call CodeBeaver API
24- const response = await fetch ( 'https://api .codebeaver.ai/trigger ' , {
24+ const response = await fetch ( 'https://app .codebeaver.ai/api/webhook/ ' , {
2525 method : 'POST' ,
2626 headers : {
2727 'Content-Type' : 'application/json' ,
You can’t perform that action at this time.
0 commit comments