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 8787 uses :
google-github-actions/[email protected] 8888 with :
8989 project_id : ${{ secrets.GCP_PROJECT }}
90- workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
90+ workload_identity_provider : ${{ secrets.GCP_VLLM_PROJECT_WORKLOAD_IDENTITY_PROVIDER }}
9191 service_account : ${{ secrets.GCP_GHA_SA }}
9292
9393 - name : ' Set up Cloud SDK'
9797
9898 - name : copy whl and source distribution
9999 run : |
100- gcloud storage cp dist/${{ steps.build.outputs.whlname }} ${{ secrets.GCP_BUILD_ML_ASSETS2 }}/${{ github.run_id }}/${{ steps.build.outputs.whlname }}
101- gcloud storage cp dist/${{ steps.build.outputs.tarname }} ${{ secrets.GCP_BUILD_ML_ASSETS2 }}/${{ github.run_id }}/${{ steps.build.outputs.tarname }}
100+ gcloud storage cp dist/${{ steps.build.outputs.whlname }} ${{ secrets.GCP_VLL_PROJECT_BUILD_ASSETS }}/${{ github.run_id }}/${{ steps.build.outputs.whlname }}
101+ 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
104104 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments