Skip to content

Commit

Permalink
Remove default vars-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
OysteinThuen committed Feb 29, 2024
1 parent bd706b9 commit 4cd91da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ on:
AZURE_CLIENT_ID:
description: 'ClientId of a service principal that can push to Container Registry.'
required: false
default: ${{ vars.AZURE_CLIENT_ID }}
type: string
AZURE_TENANT_ID:
description: 'TenantId of a service principal that can push to Azure Container Registry.'
required: false
default: ${{ vars.AZURE_TENANT_ID }}
type: string
ACR_SUBSCRIPTION_ID:
description: 'Subscription ID of the Azure Container Registry to push to.'
required: false
default: ${{ vars.ACR_SUBSCRIPTION_ID }}
type: string
ACR_NAME:
description: 'Name of the Azure Container Registry to push to.'
Expand Down

0 comments on commit 4cd91da

Please sign in to comment.