Skip to content

Commit ad38cff

Browse files
build(release): 1.10.2 [skip ci]
## [1.10.2](actions/create-github-app-token@v1.10.1...v1.10.2) (2024-06-26) ### Bug Fixes * do not revoke token if already expired ([actions#147](actions#147)) ([66a7045](actions@66a7045)), closes [actions#140](actions#140) [actions#95](actions#95)
1 parent 66a7045 commit ad38cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-github-app-token",
33
"private": true,
44
"type": "module",
5-
"version": "1.10.1",
5+
"version": "1.10.2",
66
"description": "GitHub Action for creating a GitHub App Installation Access Token",
77
"scripts": {
88
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",

0 commit comments

Comments
 (0)