Skip to content

Commit

Permalink
fix: added missing envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Szer committed Aug 15, 2023
1 parent 6c0d7d7 commit 770e6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
DOTNETRU_DEPLOY_APPID: ${{ secrets.DOTNETRU_DEPLOY_APPID }}
DOTNETRU_DEPLOY_PWD: ${{ secrets.DOTNETRU_DEPLOY_PWD }}
DOTNETRU_DEPLOY_TENANT: ${{ secrets.DOTNETRU_DEPLOY_TENANT }}
DOTNETRU_DEPLOY_SUBID: ${{ secrets.DOTNETRU_DEPLOY_SUBID }}
VAHTER_CONFIG: ${{ secrets.VAHTER_CONFIG }}
run: |
cd src/Grinder.Farmer
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
DOTNETRU_DEPLOY_APPID: ${{ secrets.DOTNETRU_DEPLOY_APPID }}
DOTNETRU_DEPLOY_PWD: ${{ secrets.DOTNETRU_DEPLOY_PWD }}
DOTNETRU_DEPLOY_TENANT: ${{ secrets.DOTNETRU_DEPLOY_TENANT }}
DOTNETRU_DEPLOY_SUBID: ${{ secrets.DOTNETRU_DEPLOY_SUBID }}
VAHTER_CONFIG: ${{ secrets.VAHTER_CONFIG }}
run: |
cd src/Grinder.Farmer
Expand Down

0 comments on commit 770e6fe

Please sign in to comment.