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 1d1a02a commit 57a85e2Copy full SHA for 57a85e2
.github/workflows/main.yml
@@ -12,7 +12,7 @@ env:
12
GENERATOR_PROJECT_PATH: 'src\FmgLib.MauiMarkup.Generator\FmgLib.MauiMarkup.Generator.csproj'
13
MAIN_PROJECT_PATH: 'src\FmgLib.MauiMarkup\FmgLib.MauiMarkup.csproj'
14
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}\output
15
- NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
+ NUGET_API_KEY: ${{ secrets.NUGET_AUTH_TOKEN }}
16
17
jobs:
18
deploy:
0 commit comments