We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712e7c3 commit 073c513Copy full SHA for 073c513
.github/workflows/macos-generation.yml
@@ -121,6 +121,8 @@ jobs:
121
-var="output_folder=${{ env.OUTPUT_FOLDER }}" `
122
-var="vm_username=${{ secrets.VM_USERNAME }}" `
123
-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 }}" `
126
-var="github_api_pat=${{ secrets.GH_FEED_TOKEN }}" `
127
-var="build_id=${{ env.VM_NAME }}" `
128
-var="baseimage_name=${{ inputs.base_image_name }}" `
0 commit comments