Skip to content

Commit

Permalink
v2.0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 18, 2024
1 parent 34996fb commit 9c9d61c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 9c9d61c

Please sign in to comment.