Skip to content

Commit

Permalink
build(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 4, 2023
1 parent 20fd863 commit d400084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d400084

Please sign in to comment.