Skip to content

Commit db5acf0

Browse files
committed
update secrets
Signed-off-by: Dan Huang <[email protected]>
1 parent e9f5455 commit db5acf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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'
@@ -97,8 +97,8 @@ jobs:
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

0 commit comments

Comments
 (0)