Skip to content

Commit e4eeff5

Browse files
authored
fix: removed not used variable
1 parent 776337c commit e4eeff5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env:
77
AZURE_FUNCTIONAPP_NAME: mediumfunctionapp # your application's name in Azure
88
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # path to your web app project, defaults to the repository root
99
DOTNET_VERSION: '3.1.100' # dotnet version to use
10-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # dotnet version to use
1110
SWAGGER_LINK: https://mediumfunctionapp.azurewebsites.net/api/swagger/json # swagger document link (not UI)
1211
TYPES_FILENAME: index.d.ts # file with types
1312
TYPES_FOLDER: ./Types # subfolder for npm package generation

0 commit comments

Comments
 (0)