diff --git a/.github/workflows/add-pr-comment.yml b/.github/workflows/add-pr-comment.yml index 4c5d867..d32de7a 100644 --- a/.github/workflows/add-pr-comment.yml +++ b/.github/workflows/add-pr-comment.yml @@ -17,6 +17,7 @@ jobs: id: find-pr uses: ./ # run against self with: + npm-auth-token: ${{ secrets.SHARESIGHT_GITHUB_PACKAGES_TOKEN }} failIfNotFound: ${{ github.event_name == 'pull_request' }} # Fail for a PR, not for a push # Do not debug the body as it will break things!