Skip to content

Commit

Permalink
Merge pull request #21 from ca-dp/releases/update-code-butler-v1.0.3
Browse files Browse the repository at this point in the history
Upgrade code butler for v1.0.3
  • Loading branch information
ouchi2501 authored Sep 28, 2023
2 parents 1f9172f + 21d0f69 commit c959463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-butler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: startsWith(github.event.comment.body, '/review')
runs-on: ubuntu-latest
steps:
- uses: ca-dp/[email protected].2
- uses: ca-dp/[email protected].3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand All @@ -22,7 +22,7 @@ jobs:
if: startsWith(github.event.comment.body, '/chat')
runs-on: ubuntu-latest
steps:
- uses: ca-dp/[email protected].2
- uses: ca-dp/[email protected].3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit c959463

Please sign in to comment.