diff --git a/.github/workflows/.build.yml.swp b/.github/workflows/.build.yml.swp new file mode 100644 index 00000000..da6e5889 Binary files /dev/null and b/.github/workflows/.build.yml.swp differ diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 10355140..ec2a17a7 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -68,7 +68,7 @@ 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' @@ -76,7 +76,7 @@ jobs: 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 }}