We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b81f43 commit 621ea70Copy full SHA for 621ea70
.github/workflows/build.yml
@@ -4,4 +4,6 @@ on: [push, pull_request]
4
jobs:
5
build:
6
uses: FoundatioFx/Foundatio/.github/workflows/build-workflow.yml@master
7
- secrets: inherit
+ secrets:
8
+ NUGET_KEY: ${{ secrets.NUGET_KEY }}
9
+ FEEDZ_KEY: ${{ secrets.FEEDZ_KEY }}
0 commit comments