Skip to content

Commit

Permalink
Ensure buildSecrets are referenced in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Oct 8, 2024
1 parent 0679381 commit 54c5b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $devopsExtensions = @(
# Build process configuration
#
$SolutionToBuild = (Resolve-Path (Join-Path $here "./Solutions/Ais.Net.Models.sln")).Path

$SkipBuildModuleVersionCheck = $true # currently doesn't correctly with endjin-devops

# Set default build task
task . FullBuild
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ jobs:
buildEnv: ${{ needs.prepareConfig.outputs.RESOLVED_ENV_VARS }}
secrets:
buildAzureCredentials: ${{ secrets.AZURE_READER_CREDENTIALS }}
buildSecrets: ${{ needs.prepareConfig.outputs.RESOLVED_SECRETS }}

0 comments on commit 54c5b64

Please sign in to comment.