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 ba3f789 commit f1061a3Copy full SHA for f1061a3
.github/workflows/build.yml
@@ -1,6 +1,9 @@
1
name: Build
2
on: [push, pull_request]
3
4
+env:
5
+ NUGET_KEY: ${{ secrets.SuperSecret }}
6
+
7
jobs:
8
build:
9
uses: FoundatioFx/Foundatio/.github/workflows/build-workflow.yml@master
0 commit comments