Skip to content

Commit 621ea70

Browse files
authored
Update build.yml
1 parent 0b81f43 commit 621ea70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ on: [push, pull_request]
44
jobs:
55
build:
66
uses: FoundatioFx/Foundatio/.github/workflows/build-workflow.yml@master
7-
secrets: inherit
7+
secrets:
8+
NUGET_KEY: ${{ secrets.NUGET_KEY }}
9+
FEEDZ_KEY: ${{ secrets.FEEDZ_KEY }}

0 commit comments

Comments
 (0)