diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 611cf24715..806a500f24 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,6 +16,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Set up Node.js version uses: actions/setup-node@v3.2.0