Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Nov 29, 2024
1 parent 170d7f9 commit 110f171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ jobs:
- uses: shuttle-hq/deploy-action@v2
with:
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
project-id: proj_tc170d7f9
3 changes: 2 additions & 1 deletion tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ fn generate() {
.add_step(Step::checkout())
.add_step(
Step::uses("shuttle-hq", "deploy-action", "v2")
.add_with(("shuttle-api-key", "${{ secrets.SHUTTLE_API_KEY }}")),
.add_with(("shuttle-api-key", "${{ secrets.SHUTTLE_API_KEY }}"))
.add_with(("project-id", "proj_tc170d7f9")),
);

Workflow::new("Build and Test")
Expand Down

0 comments on commit 110f171

Please sign in to comment.