We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce76afb commit ddbcbb0Copy full SHA for ddbcbb0
1 file changed
.github/workflows/sbom.yml
@@ -103,8 +103,8 @@ jobs:
103
id: app-token
104
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
105
with:
106
- app-id: ${{ secrets.TRANSLATION_APP_ID }}
107
- private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.SBOM_APP_ID }}
+ private-key: ${{ secrets.SBOM_APP_PRIVATE_KEY }}
108
109
# Commit the SBOM file only if it differs from master to avoid unnecessary commits
110
- name: Commit and push updated SBOM
0 commit comments