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](20fd86373f))
This commit is contained in:
2
dist/main.cjs
vendored
2
dist/main.cjs
vendored
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user