From 293aff672b2da23db74b4f065a60b4bcad6776f2 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:23:53 +1000 Subject: [PATCH] chore(main): release 3.1.0 (#21) --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1bc088..d5053aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/OctopusDeploy/await-task-action/compare/v3.0.2...v3.1.0) (2023-08-30) + + +### Features + +* Adds support for authenticating with access token ([#20](https://github.com/OctopusDeploy/await-task-action/issues/20)) ([61861f7](https://github.com/OctopusDeploy/await-task-action/commit/61861f709a5e0e373a457156089ba8fbad4186fc)) + ## [3.0.2](https://github.com/OctopusDeploy/await-task-action/compare/v3.0.1...v3.0.2) (2023-02-23) diff --git a/dist/index.js b/dist/index.js index 866664a4..81275423 100644 --- a/dist/index.js +++ b/dist/index.js @@ -42431,7 +42431,7 @@ function getInputParameters() { errors.push("The Octopus instance URL is required, please specify explicitly through the 'server' input or set the OCTOPUS_URL environment variable."); } if (!parameters.apiKey && !parameters.accessToken) { - errors.push("The Octopus API Key is required, please specify explictly through the 'api_key' input or set the OCTOPUS_API_KEY environment variable."); + errors.push("The Octopus API Key is required, please specify explicitly through the 'api_key' input or set the OCTOPUS_API_KEY environment variable."); } if (!parameters.space) { errors.push("The Octopus space name is required, please specify explicitly through the 'space' input or set the OCTOPUS_SPACE environment variable."); diff --git a/package-lock.json b/package-lock.json index 663dff12..e077b757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "await-task-action", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "await-task-action", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 94828ecb..f673ab25 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,5 @@ "test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit", "test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration" }, - "version": "3.0.0" + "version": "3.1.0" }