diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a3f7b885..ecb4ea7c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Explicitly set GH_TOKEN permissions + hash: 06f5684455d318864a5dba45c935d350b343500c + body: "" + footer: + change-type: patch + author: Anton Belodedenko + version: 2.0.85 + title: "" + date: 2024-11-18T20:07:23.170Z - commits: - subject: Lock file maintenance hash: fe275c45742faece0fd1c793fb63556ce52fc6e8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c82c1be..9296f96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v2.0.85 - 2024-11-18 + +* Explicitly set GH_TOKEN permissions [Anton Belodedenko] + ## v2.0.84 - 2024-11-12 * Lock file maintenance [balena-renovate[bot]] diff --git a/action.yml b/action.yml index f2d7ab13..a5b810f3 100644 --- a/action.yml +++ b/action.yml @@ -74,7 +74,7 @@ outputs: description: Version of the release built runs: using: docker - image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.84 + image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.0.85 env: BALENA_TOKEN: ${{ inputs.balena_token }} BALENA_URL: ${{ inputs.environment }} diff --git a/package-lock.json b/package-lock.json index e8a78204..726e7995 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-balena-action", - "version": "2.0.84", + "version": "2.0.85", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deploy-to-balena-action", - "version": "2.0.84", + "version": "2.0.85", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 805a2f78..facc8fbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-balena-action", - "version": "2.0.84", + "version": "2.0.85", "description": "Github action to build releases for a fleet", "homepage": "https://github.com/balena-io/deploy-to-balena-action", "private": true,