diff --git a/.github/workflows/chatgpt-review.yml b/.github/workflows/chatgpt-review.yml index 9db702e..2d06c1e 100644 --- a/.github/workflows/chatgpt-review.yml +++ b/.github/workflows/chatgpt-review.yml @@ -3,12 +3,11 @@ on: types: [opened, synchronize] jobs: - hello_world_job: + ChatGPT_Review: runs-on: ubuntu-latest name: ChatGPT explain code steps: - - name: ChatGTP explain code - uses: cirolini/chatgpt-github-actions@v1.3 + - uses: cirolini/chatgpt-github-actions@v1.3 with: openai_api_key: ${{ secrets.OPENAI_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}