Skip to content

Commit

Permalink
test data
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Dec 12, 2024
1 parent 20bdb4e commit a342066
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
{
"clientId": "${{ secrets.AZURE_SIGNING_CLIENT_ID }}",
"clientSecret": "${{ secrets.AZURE_SIGNING_CLIENT_SECRET }}",
"subscriptionId": "${{ secrets.ARM_SUBSCRIPTION_ID }}",
"tenantId": "${{ secrets.AZURE_TENANT_ID }}"
}
allow-no-subscriptions: true
- name: Sign windows provider
if: matrix.platform.os == 'windows' && env.AZURE_SIGNING_CONFIGURED == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
{
"clientId": "${{ secrets.AZURE_SIGNING_CLIENT_ID }}",
"clientSecret": "${{ secrets.AZURE_SIGNING_CLIENT_SECRET }}",
"subscriptionId": "${{ secrets.ARM_SUBSCRIPTION_ID }}",
"tenantId": "${{ secrets.AZURE_TENANT_ID }}"
}
allow-no-subscriptions: true
- name: Sign windows provider
if: matrix.platform.os == 'windows' && env.AZURE_SIGNING_CONFIGURED == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
{
"clientId": "${{ secrets.AZURE_SIGNING_CLIENT_ID }}",
"clientSecret": "${{ secrets.AZURE_SIGNING_CLIENT_SECRET }}",
"subscriptionId": "${{ secrets.ARM_SUBSCRIPTION_ID }}",
"tenantId": "${{ secrets.AZURE_TENANT_ID }}"
}
allow-no-subscriptions: true
- name: Sign windows provider
if: matrix.platform.os == 'windows' && env.AZURE_SIGNING_CONFIGURED == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
{
"clientId": "${{ secrets.AZURE_SIGNING_CLIENT_ID }}",
"clientSecret": "${{ secrets.AZURE_SIGNING_CLIENT_SECRET }}",
"subscriptionId": "${{ secrets.ARM_SUBSCRIPTION_ID }}",
"tenantId": "${{ secrets.AZURE_TENANT_ID }}"
}
allow-no-subscriptions: true
- name: Sign windows provider
if: matrix.platform.os == 'windows' && env.AZURE_SIGNING_CONFIGURED == 'true'
Expand Down

0 comments on commit a342066

Please sign in to comment.