From 76e1ce262689e6b40b5f79d33256bfe21fca54eb Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:53:48 +0200 Subject: [PATCH] Update storage URL https://github.com/codex-storage/infra-codex/issues/123 --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index c9ceaa4..8400c98 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -48,7 +48,7 @@ env: ceremony_source: https://storage.googleapis.com/zkevm/ptau/powersOfTau28_hez_final_21.ptau s3_bucket_path: proving-key circuit_file: workflow/build/proof_main.zkey - storage_url: https://ceremony.codex.storage + storage_url: https://circuit.codex.storage s3_endpoint: ${{ secrets.S3_ENDPOINT }} s3_bucket: ${{ secrets.S3_BUCKET }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}