Skip to content

Commit

Permalink
try GCP_GHA_SA
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 12, 2024
1 parent a2f2ab5 commit 8e4aa62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added .github/workflows/.build.yml.swp
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
with:
project_id: ${{ secrets.GCP_PROJECT }}
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.NM_PYPI_SA }}
service_account: ${{ secrets.GCP_GHA_SA }}

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 473.0.0'

- name: download assets
uses: neuralmagic/nm-actions/actions/gcp-download-assets@newadd
uses: neuralmagic/nm-actions/actions/gcp-download-assets@v1.1.0
with:
bucket_source: ${{ secrets.GCP_BUILD_ML_ASSETS2 }}
run_id: ${{ inputs.run_id }}
Expand Down

0 comments on commit 8e4aa62

Please sign in to comment.