From 6138bfb60f5c5110fdcc20953412afb146baa32e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:37:26 +0000 Subject: [PATCH] chore(main): release 1.13.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e319481..2b42c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/blue-build/github-action/compare/v1.12.0...v1.13.0) (2026-07-30) + + +### Features + +* support providing the cosign public key via GitHub Secrets ([#156](https://github.com/blue-build/github-action/issues/156)) ([2f3ad44](https://github.com/blue-build/github-action/commit/2f3ad44fe1c1f09d5144f69dc118baee7ca6b008)) + ## [1.12.0](https://github.com/blue-build/github-action/compare/v1.11.1...v1.12.0) (2026-07-06)