7373 pages : ' write'
7474 env :
7575 HF_HOME : /model-cache
76- HF_TOKEN : ${{ secrets.NM_HF_TOKEN_READ_ONLY }}
76+ HF_TOKEN : ${{ secrets.HF_RED_HAT_READ_ONLY }}
7777 environment :
7878 name : github-pages
7979 url : ${{ steps.coverage.outputs.page_url }}
@@ -123,9 +123,9 @@ jobs:
123123 id : auth
124124 uses :
google-github-actions/[email protected] 125125 with :
126- project_id : ${{ secrets.GCP_PROJECT }}
127- workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
128- service_account : ${{ secrets.GCP_GHA_SA }}
126+ project_id : ${{ secrets.GCP_VLLM_PROJECT }}
127+ workload_identity_provider : ${{ secrets.GCP_VLLM_PROJECT_WORKLOAD_IDENTITY_PROVIDER }}
128+ service_account : ${{ secrets.GCP_VLLM_PROJECT_GHA_SA }}
129129
130130 - name : ' Set up Cloud SDK'
131131 uses : ' google-github-actions/setup-gcloud@v2'
@@ -136,7 +136,7 @@ jobs:
136136 if : ${{ inputs.run_id != '' }}
137137 uses :
neuralmagic/nm-actions/actions/[email protected] 138138 with :
139- bucket_source : ${{ secrets.GCP_BUILD_ML_ASSETS2 }}
139+ bucket_source : ${{ secrets.GCP_VLLM_PROJECT_BUILD_ASSETS }}
140140 run_id : ${{ inputs.run_id }}
141141
142142 - name : run tests
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : copy results to GCP
167167 run : |
168- gcloud storage cp test-results/report.xml ${{ secrets.GCP_BUILD_ML_ASSETS2 }}/${{ github.run_id }}/test-results/report-${{ inputs.test_label }}.xml
168+ gcloud storage cp test-results/report.xml ${{ secrets.GCP_VLLM_PROJECT_BUILD_ASSETS }}/${{ github.run_id }}/test-results/report-${{ inputs.test_label }}.xml
169169
170170 - name : upload results
171171 uses : actions/upload-artifact@v4
0 commit comments