Skip to content

Commit ddbcbb0

Browse files
committed
ci: rename SBOM GitHub App secrets to SBOM_APP_ID/KEY
1 parent ce76afb commit ddbcbb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sbom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
id: app-token
104104
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
105105
with:
106-
app-id: ${{ secrets.TRANSLATION_APP_ID }}
107-
private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}
106+
app-id: ${{ secrets.SBOM_APP_ID }}
107+
private-key: ${{ secrets.SBOM_APP_PRIVATE_KEY }}
108108

109109
# Commit the SBOM file only if it differs from master to avoid unnecessary commits
110110
- name: Commit and push updated SBOM

0 commit comments

Comments
 (0)