From 9ffb3fb559c6ee59758ae584be7717e9ce5e02f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:25:07 +0200 Subject: [PATCH 1/2] ci: rename SBOM GitHub App secrets to SBOM_APP_ID/KEY --- .github/workflows/sbom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index b4fce4ec672..aa953369469 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -103,8 +103,8 @@ jobs: id: app-token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ secrets.TRANSLATION_APP_ID }} - private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }} + app-id: ${{ secrets.SBOM_APP_ID }} + private-key: ${{ secrets.SBOM_APP_PRIVATE_KEY }} # Commit the SBOM file only if it differs from master to avoid unnecessary commits - name: Commit and push updated SBOM From 425dc61c5eb2bafaf0e7fd819fe87abfbb217a5f Mon Sep 17 00:00:00 2001 From: Jorge Aguado Recio Date: Mon, 20 Apr 2026 10:15:59 +0200 Subject: [PATCH 2/2] chore: add calens file --- changelog/unreleased/4824 | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/unreleased/4824 b/changelog/unreleased/4824 index 80426fe9756..86b75525454 100644 --- a/changelog/unreleased/4824 +++ b/changelog/unreleased/4824 @@ -3,3 +3,4 @@ Change: Replace PATs for tokens generated by a GitHub app PATs have been replaced by tokens generated by a GitHub app in order to not depend on personal setup https://github.com/owncloud/android/pull/4824 +https://github.com/owncloud/android/pull/4830