Skip to content

Commit a20c131

Browse files
fix: add TELERIK_API_KEY to environment variables in Azure deployment workflow
1 parent 083c28d commit a20c131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
env:
2424
GH_TOKEN: ${{ github.token }}
2525
TELERIK_LICENSE: ${{ secrets.KENDO_UI_LICENSE }}
26+
TELERIK_API_KEY: ${{ secrets.TELERIK_API_KEY }}
2627

2728
steps:
2829
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)