diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index e20edeef..58d083c4 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -21,4 +21,5 @@ jobs: uses: dvsa/cvs-github-actions/build-and-test@feature/CB2-10709 with: service-repository: ${{ github.repository }} - service-branch: ${{ github.ref_name }} \ No newline at end of file + service-branch: ${{ github.ref_name }} + github-token: ${{ secrets.GH_TOKEN }} \ No newline at end of file