Skip to content

Commit c051ebe

Browse files
update project ID
1 parent 110f171 commit c051ebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
- uses: shuttle-hq/deploy-action@v2
6464
with:
6565
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
66-
project-id: proj_tc170d7f9
66+
project-id: proj_01JDWN5ZZV23FVGYHMCFHM8390

tests/ci.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn generate() {
5959
.add_step(
6060
Step::uses("shuttle-hq", "deploy-action", "v2")
6161
.add_with(("shuttle-api-key", "${{ secrets.SHUTTLE_API_KEY }}"))
62-
.add_with(("project-id", "proj_tc170d7f9")),
62+
.add_with(("project-id", "proj_01JDWN5ZZV23FVGYHMCFHM8390")),
6363
);
6464

6565
Workflow::new("Build and Test")

0 commit comments

Comments
 (0)