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 54aaf90 commit a182d36Copy full SHA for a182d36
.github/workflows/build.yml
@@ -56,6 +56,9 @@ jobs:
56
runs-on: ubuntu-latest
57
env:
58
NUGET_KEY: ${{ secrets.NUGET_KEY }}
59
+ GITHUB_SOURCE: https://nuget.pkg.github.com/giraffe-fsharp/
60
+ GITHUB_USER: dustinmoris
61
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
steps:
63
- uses: actions/checkout@v2
64
- name: Setup .NET Core
0 commit comments