Skip to content

Commit

Permalink
Merge pull request #83 from actions/pr82
Browse files Browse the repository at this point in the history
Update to PR #82
  • Loading branch information
JamesMGreene authored Nov 30, 2022
2 parents 67198a6 + 7fe6767 commit 368bf1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function main() {
idToken = await core.getIDToken()
} catch (error) {
console.log(error)
core.setFailed(`Ensure GITHUB_TOKEN has permission "idToken: write".`)
core.setFailed(`Ensure GITHUB_TOKEN has permission "id-token: write".`)
return
}
try {
Expand Down

0 comments on commit 368bf1a

Please sign in to comment.