Skip to content

Setting up the Security Group module #28

Setting up the Security Group module

Setting up the Security Group module #28

Workflow file for this run

name: ChatGPT CI
on: pull_request
jobs:
test:
name: ChatGPT explain code
runs-on: ubuntu-latest
steps:
- name: ChatGPT explain code
uses: magnificode-ltd/chatgpt-code-reviewer@v0.0.8
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}