File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 id : auth
8787 uses :
google-github-actions/[email protected] 8888 with :
89- project_id : ${{ secrets.GCP_PROJECT }}
89+ project_id : ${{ secrets.GCP_VLLM_PROJECT }}
9090 workload_identity_provider : ${{ secrets.GCP_VLLM_PROJECT_WORKLOAD_IDENTITY_PROVIDER }}
91- service_account : ${{ secrets.GCP_GHA_SA }}
91+ service_account : ${{ secrets.GCP_VLLM_PROJECT_GHA_SA }}
9292
9393 - name : ' Set up Cloud SDK'
9494 uses : ' google-github-actions/setup-gcloud@v2'
9797
9898 - name : copy whl and source distribution
9999 run : |
100- gcloud storage cp dist/${{ steps.build.outputs.whlname }} ${{ secrets.GCP_VLL_PROJECT_BUILD_ASSETS }}/${{ github.run_id }}/${{ steps.build.outputs.whlname }}
100+ gcloud storage cp dist/${{ steps.build.outputs.whlname }} ${{ secrets.GCP_VLLM_PROJECT_BUILD_ASSETS }}/${{ github.run_id }}/${{ steps.build.outputs.whlname }}
101101 gcloud storage cp dist/${{ steps.build.outputs.tarname }} ${{ secrets.GCP_VLLM_PROJECT_BUILD_ASSETS }}/${{ github.run_id }}/${{ steps.build.outputs.tarname }}
102102
103103 - name : upload whl
You can’t perform that action at this time.
0 commit comments