Skip to content

Commit

Permalink
Update master_altinn-testtools-token-generator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elsand authored Jun 14, 2023
1 parent cdf25f7 commit 2032bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_altinn-testtools-token-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
workflow_dispatch:

env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: 'v4.0' # set this to the dotnet version to use
AZURE_FUNCTIONAPP_PACKAGE_PATH: './TokenGenerator' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: 'v6' # set this to the dotnet version to use

jobs:
build-and-deploy:
Expand Down

0 comments on commit 2032bee

Please sign in to comment.