Skip to content

Commit d400084

Browse files
build(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.2...v1.3.0) (2023-10-04) ### Features * support tokens scoped to multiple repositories within organization ([#46](#46)) ([20fd863](20fd863))
1 parent 20fd863 commit d400084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/main.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10080,8 +10080,8 @@ async function main(appId2, privateKey2, owner2, repositories2, core2, createApp
1008010080
installationId: response.data.id
1008110081
});
1008210082
}
10083-
core2.setOutput("token", authentication.token);
1008410083
core2.setSecret(authentication.token);
10084+
core2.setOutput("token", authentication.token);
1008510085
core2.saveState("token", authentication.token);
1008610086
}
1008710087

package.json

Lines changed: 1 addition & 1 deletion
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.2.2",
5+
"version": "1.3.0",
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=node16.16",

0 commit comments

Comments
 (0)