Skip to content

feat: 로그인 미들웨어, 로그아웃 #1

feat: 로그인 미들웨어, 로그아웃

feat: 로그인 미들웨어, 로그아웃 #1

Workflow file for this run

name: Code Review GPT
on:
pull_request:
branches: [main]
jobs:
run_code_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Code Review GPT
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-3.5-turbo'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}