From 88ac0eb1b6c59142d4ac4ddf2ff7556cc1d0635a Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 21:50:12 +0100 Subject: [PATCH 1/3] ci: add secrets inherit and actions write permission --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6614de5..b9093b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,3 +19,4 @@ jobs: actions: write with: java-version: '25' + secrets: inherit From 4cfdf508e86604e4f993c4a1d2722f207816f968 Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 21:50:13 +0100 Subject: [PATCH 2/3] ci: add secrets inherit and actions write permission to release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7789c6a..f987d88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,3 +16,5 @@ jobs: permissions: contents: write packages: write + actions: write + secrets: inherit From 857916401504a8b0a05959d4a5eb432f7d589615 Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 22:00:27 +0100 Subject: [PATCH 3/3] docs: add CI badge to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a6d417..68d4760 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Firefly Framework - Bill of Materials (BOM) + +[![CI](https://github.com/fireflyframework/fireflyframework-bom/actions/workflows/ci.yml/badge.svg)](https://github.com/fireflyframework/fireflyframework-bom/actions/workflows/ci.yml) A Maven BOM that provides centralized version management for all Firefly Framework modules. Importing this artifact into your `dependencyManagement` section ensures that every framework dependency resolves to a compatible, tested version without requiring explicit version declarations. @@ -105,4 +107,4 @@ If you inherit from `fireflyframework-parent`, you do not need to import the BOM Apache License 2.0 -Copyright 2024-2026 Firefly Software Solutions Inc. +Copyright 2024-2026 Firefly Software Solutions Inc. \ No newline at end of file