Skip to content

Commit 63eae0a

Browse files
committed
fix error
Signed-off-by: Dan Huang <[email protected]>
1 parent db5acf0 commit 63eae0a

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
@@ -86,9 +86,9 @@ jobs:
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'
@@ -97,7 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)