We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdbe1e commit 2613fc2Copy full SHA for 2613fc2
1 file changed
.github/workflows/build-push-deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Upload ELF to Google Cloud Storage
47
run: |
48
- gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS
+ gcloud config set project ${{ secrets.GCP_PROJECT_ID }}
49
gsutil cp target/elf-compilation/riscv32im-succinct-zkvm-elf/release/email_with_regex_verify gs://zk-vm/sp1/email_with_regex_verify
50
51
# Configure Docker to use Google Artifact Registry
0 commit comments