diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 8091fe7..f3ffee4 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -46,7 +46,7 @@ jobs: } >> $GITHUB_OUTPUT - uses: ./ name: "Code Review" - id: review3 + id: review with: apiKey: ${{ secrets.API_KEY }} githubToken: ${{ secrets.GITHUB_TOKEN }}