Skip to content

Commit f27b38e

Browse files
committed
Add message to log if token is successfully revoked
1 parent a219390 commit f27b38e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/post.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ export async function post(core, request) {
1515
authorization: `token ${token}`,
1616
},
1717
});
18+
19+
core.info("Token revoked");
1820
}

0 commit comments

Comments
 (0)