Add missing usage of DEV_PUSH_TOKEN

This commit is contained in:
Jordan Dominion
2024-07-24 07:19:44 -04:00
parent 613fb1eafc
commit f5342c4e1f
+2
View File
@@ -2009,6 +2009,8 @@ jobs:
- name: Execute Push Script
shell: powershell
run: build/package/winget/push_manifest.ps1
env:
WINGET_PUSH_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }}
- name: Delay 10m to allow MS bot to update PR
shell: powershell