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 776337c commit e4eeff5Copy full SHA for e4eeff5
.github/workflows/main.yml
@@ -7,7 +7,6 @@ env:
7
AZURE_FUNCTIONAPP_NAME: mediumfunctionapp # your application's name in Azure
8
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # path to your web app project, defaults to the repository root
9
DOTNET_VERSION: '3.1.100' # dotnet version to use
10
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # dotnet version to use
11
SWAGGER_LINK: https://mediumfunctionapp.azurewebsites.net/api/swagger/json # swagger document link (not UI)
12
TYPES_FILENAME: index.d.ts # file with types
13
TYPES_FOLDER: ./Types # subfolder for npm package generation
0 commit comments