Fix(docs): Correct action input name

Change input name used for passing the personal access token to
`external-repo-token`.
This commit is contained in:
Oerd Cukalla
2023-08-22 00:20:26 +02:00
committed by GitHub
parent 32037a1d97
commit 62a1d2d370
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ jobs:
uses: actions/dependency-review-action@v3
with:
config-file: 'github/octorepo-private/dependency-review-config.yml@main'
config-file-token: ${{ secrets.GITHUB_TOKEN }} # or a personal access token
external-repo-token: ${{ secrets.GITHUB_TOKEN }} # or a personal access token
```
## Getting the results of the action in the PR as a comment