We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdac8ad commit 9349f7dCopy full SHA for 9349f7d
.github/workflows/sbom-source.yml
@@ -43,7 +43,7 @@ jobs:
43
product-name: ${{ github.event.repository.name }}
44
release-version: ${{ github.ref_name }}
45
artifactory-user: ${{ env.artifactory-user }}
46
- artifactory-api-token: ${{ env.artifactory-token }}
+ artifactory-token: ${{ env.artifactory-token }}
47
az-vault-client-id: ${{ secrets.AZ_VAULT_SEC_CLIENT_ID }}
48
az-vault-tenant-id: ${{ secrets.AZ_VAULT_SEC_TENANT_ID }}
49
az-vault-subscription-id: ${{ secrets.AZ_VAULT_SEC_SUBSCRIPTION_ID }}
0 commit comments