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:
semantic-release-bot
2023-10-04 05:29:18 +00:00
parent 20fd86373f
commit d400084c45
2 changed files with 2 additions and 2 deletions

2
dist/main.cjs vendored
View File

@@ -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);
}