Skip to content

Commit 5961173

Browse files
fix: Update GITHUB_TOKEN secret reference in azd-template-validation.yml
1 parent b380b4b commit 5961173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azd-template-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
3535
AZURE_AI_SERVICE_LOCATION: ${{ vars.AZURE_LOCATION }}
3636
AZURE_AI_MODEL_CAPACITY: 1 # keep low to avoid potential quota issues
37-
GITHUB_TOKEN: ${{ secrets.AZD_GITHUB_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: print result
4040
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)