Skip to content

Commit 110f171

Browse files
update ci
1 parent 170d7f9 commit 110f171

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,3 +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

tests/ci.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ fn generate() {
5858
.add_step(Step::checkout())
5959
.add_step(
6060
Step::uses("shuttle-hq", "deploy-action", "v2")
61-
.add_with(("shuttle-api-key", "${{ secrets.SHUTTLE_API_KEY }}")),
61+
.add_with(("shuttle-api-key", "${{ secrets.SHUTTLE_API_KEY }}"))
62+
.add_with(("project-id", "proj_tc170d7f9")),
6263
);
6364

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

0 commit comments

Comments
 (0)