From e5492282245de69f1a508849687fc7b6b3e82711 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 26 Jul 2023 20:34:51 +0000 Subject: [PATCH] [Dependencies] - Update .github/actions/build/action.yml to match the template repo --- .github/actions/build/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 9c97b1ad..e1ec48fc 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -267,6 +267,7 @@ runs: NUGET_FEED: ${{inputs.NUGET_FEED}} NUGET_SYMBOL_FEED: ${{inputs.NUGET_SYMBOL_FEED}} NUGET_API_KEY: ${{inputs.NUGET_API_KEY}} + SLEET_CONFIG: ${{inputs.SLEET_CONFIG}} GITHUB_TOKEN: ${{inputs.GITHUB_TOKEN}} REPO_VISIBILITY: ${{inputs.REPO_VISIBILITY}} OCTOPUS_DEPLOY_PACKAGE: ${{inputs.OCTOPUS_DEPLOY_PACKAGE}}