Skip to content

Commit

Permalink
Add a note on permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Oct 21, 2021
1 parent 461ba8c commit 47f2351
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,11 @@ function botSay(message: string): void {
function setFailed(message: string | Error): void {
core.setFailed(message)
if (jobId) {
core.error(`For more information see: ${dependabotJobUrl(jobId)}`)
core.error(`
For more information see: ${dependabotJobUrl(jobId)}
Note: write access required
`)
}
}

Expand Down

0 comments on commit 47f2351

Please sign in to comment.