build(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/actions/create-github-app-token/compare/v1.2.2...v1.3.0) (2023-10-04)
### Features
* support tokens scoped to multiple repositories within organization ([#46](https://github.com/actions/create-github-app-token/issues/46)) ([20fd863](https://github.com/actions/create-github-app-token/commit/20fd86373fdcbeffde8b73b17ebb3a7a62c6c407))
This commit is contained in:
Vendored
+1
-1
@@ -10080,8 +10080,8 @@ async function main(appId2, privateKey2, owner2, repositories2, core2, createApp
|
||||
installationId: response.data.id
|
||||
});
|
||||
}
|
||||
core2.setOutput("token", authentication.token);
|
||||
core2.setSecret(authentication.token);
|
||||
core2.setOutput("token", authentication.token);
|
||||
core2.saveState("token", authentication.token);
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "create-github-app-token",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"description": "GitHub Action for creating a GitHub App Installation Access Token",
|
||||
"scripts": {
|
||||
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node16.16",
|
||||
|
||||
Reference in New Issue
Block a user