Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog/unreleased/4824
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading