Skip to content

Commit 073c513

Browse files
[macos] propagate XCode install variables to github image generation (#7865)
1 parent 712e7c3 commit 073c513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/macos-generation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
-var="output_folder=${{ env.OUTPUT_FOLDER }}" `
122122
-var="vm_username=${{ secrets.VM_USERNAME }}" `
123123
-var="vm_password=${{ secrets.VM_PASSWORD }}" `
124+
-var="xcode_install_storage_url=${{ secrets.xcode_install_storage_url }}" `
125+
-var="xcode_install_sas=${{ secrets.xcode_install_sas }}" `
124126
-var="github_api_pat=${{ secrets.GH_FEED_TOKEN }}" `
125127
-var="build_id=${{ env.VM_NAME }}" `
126128
-var="baseimage_name=${{ inputs.base_image_name }}" `

0 commit comments

Comments
 (0)