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 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