From 3e24ca42231eab5e3c2887ca66ec00382d761aaf Mon Sep 17 00:00:00 2001 From: jaenrig-ifx Date: Fri, 27 Jun 2025 17:32:42 +0200 Subject: [PATCH 1/2] .github/workflows/compile_examples.yml: Updated reusable workflow name. Signed-off-by: jaenrig-ifx --- .github/workflows/compile_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 6f1fe02..9809156 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -16,4 +16,4 @@ on: jobs: arduino-devops: - uses: Infineon/arduino-devops/.github/workflows/compile-examples-lib.yml@latest \ No newline at end of file + uses: Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest \ No newline at end of file From 8b6a46b8bc3018f8676a95a7fbc0f961b0190b81 Mon Sep 17 00:00:00 2001 From: jaenrig-ifx Date: Fri, 27 Jun 2025 17:33:11 +0200 Subject: [PATCH 2/2] .github/workflows/release.yml: Added release ssh key. Signed-off-by: jaenrig-ifx --- .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 fe470a8..dbbea88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,4 +21,5 @@ jobs: uses: Infineon/arduino-devops/.github/workflows/release.yml@latest with: version: ${{ inputs.version }} - secrets: inherit \ No newline at end of file + secrets: + release-ssh-key: ${{ secrets.release_wflow_key }} \ No newline at end of file