From c051ebe5a7e6751f8da60278f9aea5d3c58c99e2 Mon Sep 17 00:00:00 2001 From: amit Date: Fri, 29 Nov 2024 11:14:01 -0800 Subject: [PATCH] update project ID --- .github/workflows/ci.yml | 2 +- tests/ci.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99b735c..afc83fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,4 +63,4 @@ jobs: - uses: shuttle-hq/deploy-action@v2 with: shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }} - project-id: proj_tc170d7f9 + project-id: proj_01JDWN5ZZV23FVGYHMCFHM8390 diff --git a/tests/ci.rs b/tests/ci.rs index 60d1723..0e7563a 100644 --- a/tests/ci.rs +++ b/tests/ci.rs @@ -59,7 +59,7 @@ fn generate() { .add_step( Step::uses("shuttle-hq", "deploy-action", "v2") .add_with(("shuttle-api-key", "${{ secrets.SHUTTLE_API_KEY }}")) - .add_with(("project-id", "proj_tc170d7f9")), + .add_with(("project-id", "proj_01JDWN5ZZV23FVGYHMCFHM8390")), ); Workflow::new("Build and Test")