From 2b4ff981ac1022680484bde1cf5eb4ef9d271509 Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 21:50:14 +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 fb829208966cc6b9c0b6e3aca03e5c17ba1f0a17 Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 21:50:16 +0100 Subject: [PATCH 2/3] ci: add secrets inherit and actions write permission to release --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5d416d..f987d88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,4 +16,5 @@ jobs: permissions: contents: write packages: write - + actions: write + secrets: inherit From 83985cd65cdc51a4450ce07803e4eb2c836ee7d1 Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 22:00:28 +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 ca7c63b..bd5eb83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Firefly Common Cache Library + +[![CI](https://github.com/fireflyframework/fireflyframework-cache/actions/workflows/ci.yml/badge.svg)](https://github.com/fireflyframework/fireflyframework-cache/actions/workflows/ci.yml) [![Java](https://img.shields.io/badge/Java-25-orange.svg)](https://www.oracle.com/java/) [![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.2-green.svg)](https://spring.io/projects/spring-boot) @@ -759,4 +761,4 @@ Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for detai --- -**Made with ❤️ by the Firefly Team** +**Made with ❤️ by the Firefly Team** \ No newline at end of file