diff --git a/dist/main.cjs b/dist/main.cjs index 77ea74a..dca6e04 100644 --- a/dist/main.cjs +++ b/dist/main.cjs @@ -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); } diff --git a/package.json b/package.json index 6dd67c2..ee24969 100644 --- a/package.json +++ b/package.json @@ -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",