Skip to content

Commit

Permalink
chore: add the npm-auth-token to authenticate the private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaber85 committed Oct 30, 2023
1 parent 05a82fe commit e7dc472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit e7dc472

Please sign in to comment.