diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 72c22bb..b9ea0b3 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: cds-snc/cds-ai-codereviewer@feature/enable-action-on-commit-msg + uses: cds-snc/cds-ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}