Skip to content

Commit

Permalink
deliberately induce error
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 23, 2023
1 parent 354029c commit 38f483a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/oidc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
getGithubActionsJwks,
{ algorithms: ["RS256"] },
(err, decoded) => {
throw new Error("synthetic error");
if (err) {
console.error("JWT verification failed:", err.message);
throw err;
Expand Down

0 comments on commit 38f483a

Please sign in to comment.