Workflow: Trying to reduce secret piping #3
Annotations
6 errors
build
***/deploy/main/action.yml (Line: 7, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_CLIENT_ID
|
build
***/deploy/main/action.yml (Line: 11, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_TENANT_ID
|
build
***/deploy/main/action.yml (Line: 15, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_SUBSCRIPTION_ID
|
build
***/deploy/main/action.yml (Line: 19, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.BASTION_NAME
|
build
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. ***/deploy/main/action.yml (Line: 7, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_CLIENT_ID,***/deploy/main/action.yml (Line: 11, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_TENANT_ID,***/deploy/main/action.yml (Line: 15, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_SUBSCRIPTION_ID,***/deploy/main/action.yml (Line: 19, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.BASTION_NAME
at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check()
at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
|
build
Failed to load ***/deploy/main/action.yml
|